Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public BinBufferStreamResource ( Stream s, bool copy = false, bool dispose = true ) : System | ||
s | Stream | |
copy | bool | |
dispose | bool | |
return | System |
public BinBufferStreamResource ( byte buffer ) : System | ||
buffer | byte | |
return | System |
public BinBufferStreamResource ( int initialCapacity ) : System | ||
initialCapacity | int | |
return | System |
public static FromFile ( string path, bool canWrite = true ) : |
||
path | string | |
canWrite | bool | |
return |
public Read ( byte data, int startIndex, int count ) : int | ||
data | byte | |
startIndex | int | |
count | int | |
return | int |
public Write ( byte data, int startIndex, int count ) : void | ||
data | byte | |
startIndex | int | |
count | int | |
return | void |