Method | Description | |
---|---|---|
PrintBufferSizes ( ) : void | ||
RequestBuffer ( byte data, int offset, int size ) : byte[] | ||
RequestBuffer ( int size ) : byte[] | ||
ReturnBuffer ( byte buffer ) : void |
public static RequestBuffer ( byte data, int offset, int size ) : byte[] | ||
data | byte | |
offset | int | |
size | int | |
return | byte[] |
public static RequestBuffer ( int size ) : byte[] | ||
size | int | |
return | byte[] |
public static ReturnBuffer ( byte buffer ) : void | ||
buffer | byte | |
return | void |