| java.lang.Object com.knowgate.jcifs.smb.ServerMessageBlock com.knowgate.jcifs.smb.SmbComClose
Constructor Summary | |
| SmbComClose(int fid, long lastWriteTime) |
SmbComClose | SmbComClose(int fid, long lastWriteTime)(Code) | | |
readBytesWireFormat | int readBytesWireFormat(byte[] buffer, int bufferIndex)(Code) | | |
readParameterWordsWireFormat | int readParameterWordsWireFormat(byte[] buffer, int bufferIndex)(Code) | | |
writeBytesWireFormat | int writeBytesWireFormat(byte[] dst, int dstIndex)(Code) | | |
writeParameterWordsWireFormat | int writeParameterWordsWireFormat(byte[] dst, int dstIndex)(Code) | | |
Methods inherited from com.knowgate.jcifs.smb.ServerMessageBlock | boolean isResponse()(Code)(Java Doc) abstract int readBytesWireFormat(byte[] buffer, int bufferIndex) throws IOException(Code)(Java Doc) int readHeaderWireFormat(byte[] buffer, int bufferIndex) throws IOException(Code)(Java Doc) static int readInt2(byte[] src, int srcIndex)(Code)(Java Doc) static int readInt4(byte[] src, int srcIndex)(Code)(Java Doc) static long readInt8(byte[] src, int srcIndex)(Code)(Java Doc) abstract int readParameterWordsWireFormat(byte[] buffer, int bufferIndex) throws IOException(Code)(Java Doc) String readString(byte[] src, int srcIndex)(Code)(Java Doc) String readString(byte[] src, int srcIndex, int maxLen, boolean useUnicode)(Code)(Java Doc) int readStringLength(byte[] src, int srcIndex, int max)(Code)(Java Doc) static long readTime(byte[] src, int srcIndex)(Code)(Java Doc) static long readUTime(byte[] buffer, int bufferIndex)(Code)(Java Doc) int readWireFormat(InputStream in, byte[] buffer, int bufferIndex) throws IOException(Code)(Java Doc) int stringWireLength(String str, int offset)(Code)(Java Doc) public String toString()(Code)(Java Doc) abstract int writeBytesWireFormat(byte[] dst, int dstIndex)(Code)(Java Doc) int writeHeaderWireFormat(byte[] dst, int dstIndex)(Code)(Java Doc) static void writeInt2(long val, byte[] dst, int dstIndex)(Code)(Java Doc) static void writeInt4(long val, byte[] dst, int dstIndex)(Code)(Java Doc) static void writeInt8(long val, byte[] dst, int dstIndex)(Code)(Java Doc) abstract int writeParameterWordsWireFormat(byte[] dst, int dstIndex)(Code)(Java Doc) int writeString(String str, byte[] dst, int dstIndex)(Code)(Java Doc) int writeString(String str, byte[] dst, int dstIndex, boolean useUnicode)(Code)(Java Doc) static void writeTime(long t, byte[] dst, int dstIndex)(Code)(Java Doc) static void writeUTime(long t, byte[] dst, int dstIndex)(Code)(Java Doc) int writeWireFormat(byte[] dst, int dstIndex)(Code)(Java Doc)
|
|
|