메소드 | 설명 | |
---|---|---|
ReadSomeBytes ( this stream, int length ) : byte[] | ||
WriteSomeBytes ( this stream, byte bytes ) : void |
public static ReadSomeBytes ( this stream, int length ) : byte[] | ||
stream | this | |
length | int | |
리턴 | byte[] |
public static WriteSomeBytes ( this stream, byte bytes ) : void | ||
stream | this | |
bytes | byte | |
리턴 | void |