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 Summary
Constructors Constructor Description StreamBufferOutput(java.io.OutputStream outputStream)
StreamBufferOutput(java.io.OutputStream outputStream, int bufferSize)
-
Method Summary
-
Methods inherited from class yapion.hierarchy.output.StreamOutput
close, flush, internalConsume
-
Methods inherited from class yapion.hierarchy.output.AbstractOutput
bytes, consume, consumePrettified, internalConsumePrettified, prettified
-
-