Package yapion.hierarchy.output
Class StreamBufferOutput
- java.lang.Object
- 
- yapion.hierarchy.output.AbstractOutput
- 
- yapion.hierarchy.output.StreamOutput
- 
- yapion.hierarchy.output.StreamBufferOutput
 
 
 
- 
- All Implemented Interfaces:
- java.lang.AutoCloseable
 - Direct Known Subclasses:
- FileBufferGZIPOutput,- FileBufferOutput,- StreamBufferPrettifiedOutput
 
 public class StreamBufferOutput extends StreamOutput 
- 
- 
Constructor SummaryConstructors Constructor Description StreamBufferOutput(java.io.OutputStream outputStream)StreamBufferOutput(java.io.OutputStream outputStream, int bufferSize)
 - 
Method Summary- 
Methods inherited from class yapion.hierarchy.output.StreamOutputclose, flush, internalConsume
 - 
Methods inherited from class yapion.hierarchy.output.AbstractOutputbytes, consume, consumePrettified, internalConsumePrettified, prettified
 
- 
 
-