| java.lang.Object com.knowgate.jcifs.smb.ServerMessageBlock com.knowgate.jcifs.smb.SmbComTransactionResponse
All known Subclasses: com.knowgate.jcifs.smb.Trans2SetFileInformationResponse, com.knowgate.jcifs.smb.Trans2GetDfsReferralResponse, com.knowgate.jcifs.smb.TransTransactNamedPipeResponse, com.knowgate.jcifs.smb.NetShareEnumResponse, com.knowgate.jcifs.smb.Trans2QueryFSInformationResponse, com.knowgate.jcifs.smb.TransPeekNamedPipeResponse, com.knowgate.jcifs.smb.TransWaitNamedPipeResponse, com.knowgate.jcifs.smb.Trans2FindFirst2Response, com.knowgate.jcifs.smb.NetServerEnum2Response, com.knowgate.jcifs.smb.TransCallNamedPipeResponse, com.knowgate.jcifs.smb.Trans2QueryPathInformationResponse,
Method Summary | |
public boolean | hasMoreElements() | public Object | nextElement() | int | readBytesWireFormat(byte[] buffer, int bufferIndex) | abstract int | readDataWireFormat(byte[] buffer, int bufferIndex, int len) | int | readParameterWordsWireFormat(byte[] buffer, int bufferIndex) | abstract int | readParametersWireFormat(byte[] buffer, int bufferIndex, int len) | abstract int | readSetupWireFormat(byte[] buffer, int bufferIndex, int len) | public void | reset() | public String | toString() | int | writeBytesWireFormat(byte[] dst, int dstIndex) | abstract int | writeDataWireFormat(byte[] dst, int dstIndex) | int | writeParameterWordsWireFormat(byte[] dst, int dstIndex) | abstract int | writeParametersWireFormat(byte[] dst, int dstIndex) | abstract int | writeSetupWireFormat(byte[] dst, int dstIndex) |
isPrimary | boolean isPrimary(Code) | | |
numEntries | int numEntries(Code) | | |
subCommand | byte subCommand(Code) | | |
SmbComTransactionResponse | SmbComTransactionResponse()(Code) | | |
hasMoreElements | public boolean hasMoreElements()(Code) | | |
readBytesWireFormat | int readBytesWireFormat(byte[] buffer, int bufferIndex)(Code) | | |
readDataWireFormat | abstract int readDataWireFormat(byte[] buffer, int bufferIndex, int len)(Code) | | |
readParameterWordsWireFormat | int readParameterWordsWireFormat(byte[] buffer, int bufferIndex)(Code) | | |
readParametersWireFormat | abstract int readParametersWireFormat(byte[] buffer, int bufferIndex, int len)(Code) | | |
readSetupWireFormat | abstract int readSetupWireFormat(byte[] buffer, int bufferIndex, int len)(Code) | | |
reset | public void reset()(Code) | | |
writeBytesWireFormat | int writeBytesWireFormat(byte[] dst, int dstIndex)(Code) | | |
writeDataWireFormat | abstract int writeDataWireFormat(byte[] dst, int dstIndex)(Code) | | |
writeParameterWordsWireFormat | int writeParameterWordsWireFormat(byte[] dst, int dstIndex)(Code) | | |
writeParametersWireFormat | abstract int writeParametersWireFormat(byte[] dst, int dstIndex)(Code) | | |
writeSetupWireFormat | abstract int writeSetupWireFormat(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)
|
|
|