Brotli.OutputStream Class Reference

Package Functions

 OutputStream (byte[] b, bool fixedSize)
 
void Write (byte[] buff, int count)
 

Package Attributes

bool FixedSize
 
byte[] buffer
 
int pos_
 

Constructor & Destructor Documentation

Brotli.OutputStream.OutputStream ( byte[]  b,
bool  fixedSize 
)
inlinepackage

Member Function Documentation

void Brotli.OutputStream.Write ( byte[]  buff,
int  count 
)
inlinepackage

Member Data Documentation

byte [] Brotli.OutputStream.buffer
package
bool Brotli.OutputStream.FixedSize
package
int Brotli.OutputStream.pos_
package