| java.lang.Object com.knowgate.jcifs.smb.ServerMessageBlock com.knowgate.jcifs.smb.SmbComTransaction com.knowgate.jcifs.smb.Trans2FindNext2
Method Summary | |
int | readDataWireFormat(byte[] buffer, int bufferIndex, int len) | int | readParametersWireFormat(byte[] buffer, int bufferIndex, int len) | int | readSetupWireFormat(byte[] buffer, int bufferIndex, int len) | void | reset(int resumeKey, String lastName) | public String | toString() | int | writeDataWireFormat(byte[] dst, int dstIndex) | int | writeParametersWireFormat(byte[] dst, int dstIndex) | int | writeSetupWireFormat(byte[] dst, int dstIndex) |
Trans2FindNext2 | Trans2FindNext2(int sid, int resumeKey, String filename)(Code) | | |
readDataWireFormat | int readDataWireFormat(byte[] buffer, int bufferIndex, int len)(Code) | | |
readParametersWireFormat | int readParametersWireFormat(byte[] buffer, int bufferIndex, int len)(Code) | | |
readSetupWireFormat | int readSetupWireFormat(byte[] buffer, int bufferIndex, int len)(Code) | | |
writeDataWireFormat | int writeDataWireFormat(byte[] dst, int dstIndex)(Code) | | |
writeParametersWireFormat | int writeParametersWireFormat(byte[] dst, int dstIndex)(Code) | | |
writeSetupWireFormat | int writeSetupWireFormat(byte[] dst, int dstIndex)(Code) | | |
Methods inherited from com.knowgate.jcifs.smb.SmbComTransaction | public boolean hasMoreElements()(Code)(Java Doc) public Object nextElement()(Code)(Java Doc) int readBytesWireFormat(byte[] buffer, int bufferIndex)(Code)(Java Doc) abstract int readDataWireFormat(byte[] buffer, int bufferIndex, int len)(Code)(Java Doc) int readParameterWordsWireFormat(byte[] buffer, int bufferIndex)(Code)(Java Doc) abstract int readParametersWireFormat(byte[] buffer, int bufferIndex, int len)(Code)(Java Doc) abstract int readSetupWireFormat(byte[] buffer, int bufferIndex, int len)(Code)(Java Doc) void reset()(Code)(Java Doc) void reset(int key, String lastName)(Code)(Java Doc) public String toString()(Code)(Java Doc) int writeBytesWireFormat(byte[] dst, int dstIndex)(Code)(Java Doc) abstract int writeDataWireFormat(byte[] dst, int dstIndex)(Code)(Java Doc) int writeParameterWordsWireFormat(byte[] dst, int dstIndex)(Code)(Java Doc) abstract int writeParametersWireFormat(byte[] dst, int dstIndex)(Code)(Java Doc) abstract int writeSetupWireFormat(byte[] dst, int dstIndex)(Code)(Java Doc)
|
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)
|
|
|