Method | Description | |
---|---|---|
CopyFrom ( |
||
CopyTo ( byte output, int offset, int length ) : int | ||
Write ( byte b ) : void | ||
WriteLengthDistance ( int length, int distance ) : void |
public CopyFrom ( |
||
input | ||
length | int | |
return | int |
public CopyTo ( byte output, int offset, int length ) : int | ||
output | byte | |
offset | int | |
length | int | |
return | int |
public WriteLengthDistance ( int length, int distance ) : void | ||
length | int | |
distance | int | |
return | void |