| java.lang.Object com.knowgate.jcifs.smb.ServerMessageBlock com.knowgate.jcifs.smb.AndXServerMessageBlock
All known Subclasses: com.knowgate.jcifs.smb.SmbComReadAndX, com.knowgate.jcifs.smb.SmbComTreeConnectAndXResponse, com.knowgate.jcifs.smb.SmbComWriteAndXResponse, com.knowgate.jcifs.smb.SmbComTreeConnectAndX, com.knowgate.jcifs.smb.SmbComNTCreateAndX, com.knowgate.jcifs.smb.SmbComOpenAndX, com.knowgate.jcifs.smb.SmbComOpenAndXResponse, com.knowgate.jcifs.smb.SmbComNTCreateAndXResponse, com.knowgate.jcifs.smb.SmbComWriteAndX, com.knowgate.jcifs.smb.SmbComSessionSetupAndXResponse, com.knowgate.jcifs.smb.SmbComReadAndXResponse, com.knowgate.jcifs.smb.SmbComLogoffAndX, com.knowgate.jcifs.smb.SmbComSessionSetupAndX,
AndXServerMessageBlock | AndXServerMessageBlock()(Code) | | |
getBatchLimit | int getBatchLimit(byte command)(Code) | | |
readBytesDirectWireFormat | abstract int readBytesDirectWireFormat(InputStream in, int byteCount, byte[] buffer, int bufferIndex) throws IOException(Code) | | |
writeAndXWireFormat | int writeAndXWireFormat(byte[] dst, int dstIndex)(Code) | | |
writeWireFormat | int writeWireFormat(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)
|
|
|