C# 클래스 SharpCifs.Netbios.SessionServicePacket

파일 보기 프로젝트 열기: brandonprry/Potato

공개 메소드들

메소드 설명
WriteWireFormat ( byte dst, int dstIndex ) : int

비공개 메소드들

메소드 설명
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

메소드 상세

WriteWireFormat() 공개 메소드

public WriteWireFormat ( byte dst, int dstIndex ) : int
dst byte
dstIndex int
리턴 int