C# Class SharpCifs.Netbios.SessionServicePacket

Afficher le fichier Open project: brandonprry/Potato

Méthodes publiques

Méthode Description
WriteWireFormat ( byte dst, int dstIndex ) : int

Private Methods

Méthode Description
ReadHeaderWireFormat ( InputStream @in, byte buffer, int bufferIndex ) : int
ReadInt2 ( byte src, int srcIndex ) : int
ReadInt4 ( byte src, int srcIndex ) : int
ReadLength ( byte src, int srcIndex ) : int
ReadPacketType ( InputStream @in, byte buffer, int bufferIndex ) : int
ReadTrailerWireFormat ( InputStream @in, byte buffer, int bufferIndex ) : int
ReadWireFormat ( InputStream @in, byte buffer, int bufferIndex ) : int
Readn ( InputStream @in, byte b, int off, int len ) : int
WriteHeaderWireFormat ( byte dst, int dstIndex ) : int
WriteInt2 ( int val, byte dst, int dstIndex ) : void
WriteInt4 ( int val, byte dst, int dstIndex ) : void
WriteTrailerWireFormat ( byte dst, int dstIndex ) : int

Method Details

WriteWireFormat() public méthode

public WriteWireFormat ( byte dst, int dstIndex ) : int
dst byte
dstIndex int
Résultat int