Свойство | Тип | Описание | |
---|---|---|---|
buf | byte[] |
Метод | Описание | |
---|---|---|
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 | |
Результат | int |
public WriteBits ( int b, int count ) : void | ||
b | int | |
count | int | |
Результат | void |
public WriteBlock ( byte block, int offset, int len ) : void | ||
block | byte | |
offset | int | |
len | int | |
Результат | void |