| java.lang.Object com.knowgate.jcifs.smb.ServerMessageBlock com.knowgate.jcifs.smb.SmbComTransaction com.knowgate.jcifs.smb.Trans2FindFirst2
LIST_COUNT | final static int LIST_COUNT(Code) | | |
LIST_SIZE | final static int LIST_SIZE(Code) | | |
SMB_FILE_BOTH_DIRECTORY_INFO | final static int SMB_FILE_BOTH_DIRECTORY_INFO(Code) | | |
SMB_FILE_NAMES_INFO | final static int SMB_FILE_NAMES_INFO(Code) | | |
SMB_FIND_FILE_DIRECTORY_INFO | final static int SMB_FIND_FILE_DIRECTORY_INFO(Code) | | |
SMB_FIND_FILE_FULL_DIRECTORY_INFO | final static int SMB_FIND_FILE_FULL_DIRECTORY_INFO(Code) | | |
SMB_INFO_QUERY_EAS_FROM_LIST | final static int SMB_INFO_QUERY_EAS_FROM_LIST(Code) | | |
SMB_INFO_QUERY_EA_SIZE | final static int SMB_INFO_QUERY_EA_SIZE(Code) | | |
SMB_INFO_STANDARD | final static int SMB_INFO_STANDARD(Code) | | |
Trans2FindFirst2 | Trans2FindFirst2(String filename, String wildcard, int searchAttributes)(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)
|
|
|