Method | Description | |
---|---|---|
ReadSomeBytes ( this stream, int length ) : byte[] | ||
WriteSomeBytes ( this stream, byte bytes ) : void |
public static ReadSomeBytes ( this stream, int length ) : byte[] | ||
stream | this | |
length | int | |
return | byte[] |
public static WriteSomeBytes ( this stream, byte bytes ) : void | ||
stream | this | |
bytes | byte | |
return | void |