Méthode | Description | |
---|---|---|
AsByteArray ( ) : byte[] | ||
AsStream ( ) : Stream | ||
BinBufferByteResource ( ) : System | ||
BinBufferByteResource ( byte data, bool copy = true, bool startAtEnd = false ) : System | ||
BinBufferByteResource ( int initialCapacity ) : System | ||
Clear ( bool wipeData = false ) : void | ||
Read ( byte data, int startIndex, int count ) : int | ||
ReadByte ( ) : byte | ||
ReadUnion ( int s ) : |
||
ResizeBuffer ( int requiredLength ) : void | ||
Write ( |
||
Write ( byte data, int startIndex, int count ) : void | ||
WriteByte ( byte value ) : void |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Méthode | Description | |
---|---|---|
FastLog2 ( int n ) : int |
public BinBufferByteResource ( byte data, bool copy = true, bool startAtEnd = false ) : System | ||
data | byte | |
copy | bool | |
startAtEnd | bool | |
Résultat | System |
public BinBufferByteResource ( int initialCapacity ) : System | ||
initialCapacity | int | |
Résultat | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public Read ( byte data, int startIndex, int count ) : int | ||
data | byte | |
startIndex | int | |
count | int | |
Résultat | int |
public ResizeBuffer ( int requiredLength ) : void | ||
requiredLength | int | |
Résultat | void |
public Write ( byte data, int startIndex, int count ) : void | ||
data | byte | |
startIndex | int | |
count | int | |
Résultat | void |