[jcifs] Seek in SmbRandomAccessFile

Cellina Lin cellina at gmail.com
Tue Mar 22 08:20:19 GMT 2005


Hi,
I am trying to write data randomly to server by creating a SmbRandomAccessFile.
However, whenever I set the file pointer's position by seek(long pos),
and then write data using write(byte[] b, int off, int len)
,ArrayIndexOutOfBoundException occured in
SmbComWriteAndX.WriteBytesWireFormat().

Can any one help?


More information about the jcifs mailing list