메소드 | 설명 | |
---|---|---|
AsByteArray ( ) : byte[] | ||
AsStream ( ) : Stream | ||
BinBufferStreamResource ( Stream s, bool copy = false, bool dispose = true ) : System | ||
BinBufferStreamResource ( byte buffer ) : System | ||
BinBufferStreamResource ( int initialCapacity ) : System | ||
Clear ( bool wipeData = false ) : void | ||
FromFile ( string path, bool canWrite = true ) : |
||
Read ( byte data, int startIndex, int count ) : int | ||
ReadByte ( ) : byte | ||
ReadUnion ( int size ) : |
||
Write ( |
||
Write ( byte data, int startIndex, int count ) : void | ||
WriteByte ( byte value ) : void |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
public BinBufferStreamResource ( Stream s, bool copy = false, bool dispose = true ) : System | ||
s | Stream | |
copy | bool | |
dispose | bool | |
리턴 | System |
public BinBufferStreamResource ( byte buffer ) : System | ||
buffer | byte | |
리턴 | System |
public BinBufferStreamResource ( int initialCapacity ) : System | ||
initialCapacity | int | |
리턴 | System |
public static FromFile ( string path, bool canWrite = true ) : |
||
path | string | |
canWrite | bool | |
리턴 |
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 |