C# Class SharpCifs.Smb.ServerMessageBlock

Inheritance: SharpCifs.Util.Transport.Response
Show file Open project: brandonprry/Potato Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ServerMessageBlock ( ) : System
ToString ( ) : string

Private Methods

Method Description
Decode ( byte buffer, int bufferIndex ) : int
Encode ( byte dst, int dstIndex ) : int
IsResponse ( ) : bool
ReadBytesWireFormat ( byte buffer, int bufferIndex ) : int
ReadHeaderWireFormat ( byte buffer, int bufferIndex ) : int
ReadInt2 ( byte src, int srcIndex ) : int
ReadInt4 ( byte src, int srcIndex ) : int
ReadInt8 ( byte src, int srcIndex ) : long
ReadParameterWordsWireFormat ( byte buffer, int bufferIndex ) : int
ReadString ( byte src, int srcIndex ) : string
ReadString ( byte src, int srcIndex, int maxLen, bool useUnicode ) : string
ReadString ( byte src, int srcIndex, int srcEnd, int maxLen, bool useUnicode ) : string
ReadStringLength ( byte src, int srcIndex, int max ) : int
ReadTime ( byte src, int srcIndex ) : long
ReadUTime ( byte buffer, int bufferIndex ) : long
Reset ( ) : void
StringWireLength ( string str, int offset ) : int
WriteBytesWireFormat ( byte dst, int dstIndex ) : int
WriteHeaderWireFormat ( byte dst, int dstIndex ) : int
WriteInt2 ( long val, byte dst, int dstIndex ) : void
WriteInt4 ( long val, byte dst, int dstIndex ) : void
WriteInt8 ( long val, byte dst, int dstIndex ) : void
WriteParameterWordsWireFormat ( byte dst, int dstIndex ) : int
WriteString ( string str, byte dst, int dstIndex ) : int
WriteString ( string str, byte dst, int dstIndex, bool useUnicode ) : int
WriteTime ( long t, byte dst, int dstIndex ) : void
WriteUTime ( long t, byte dst, int dstIndex ) : void

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ServerMessageBlock() public method

public ServerMessageBlock ( ) : System
return System

ToString() public method

public ToString ( ) : string
return string