Property | Type | Description | |
---|---|---|---|
buf | byte[] |
Method | Description | |
---|---|---|
AlignToByte ( ) : void | ||
Flush ( byte output, int offset, int length ) : int | ||
WriteBits ( int b, int count ) : void | ||
WriteBlock ( byte block, int offset, int len ) : void | ||
WriteShort ( int s ) : void |
public Flush ( byte output, int offset, int length ) : int | ||
output | byte | |
offset | int | |
length | int | |
return | int |
public WriteBlock ( byte block, int offset, int len ) : void | ||
block | byte | |
offset | int | |
len | int | |
return | void |