메소드 | 설명 | |
---|---|---|
AsByteArray ( ) : byte[] | ||
AsStream ( ) : Stream | ||
BinBufferNativeResource ( |
||
BinBufferNativeResource ( |
||
BinBufferNativeResource ( int size ) : System | ||
Clear ( bool wipeData = false ) : void | ||
Read ( byte data, int startIndex, int count ) : int | ||
ReadByte ( ) : byte | ||
ReadUnion ( int s ) : |
||
Write ( |
||
Write ( byte data, int startIndex, int count ) : void | ||
WriteByte ( byte value ) : void |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
public BinBufferNativeResource ( |
||
addr | ||
isMallocated | bool | |
리턴 | System |
public BinBufferNativeResource ( |
||
addr | ||
size | int | |
isMallocated | bool | |
리턴 | System |
public BinBufferNativeResource ( int size ) : System | ||
size | int | |
리턴 | System |
public Read ( byte data, int startIndex, int count ) : int | ||
data | byte | |
startIndex | int | |
count | int | |
리턴 | int |
public Write ( byte data, int startIndex, int count ) : void | ||
data | byte | |
startIndex | int | |
count | int | |
리턴 | void |