- 
- All Known Implementing Classes:
- Snippet.Buffer.SnippetWriter
 
 public interface BufferedABufferedis a source or destination of data that is buffered before writing or reading. The bufferSize method allows all participants in the underlying stream to align on this buffer size for optimization. This interface is designed in the spirit ofjava.io.Flushableandjava.io.Closeable- Since:
- 1.2.17
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intbufferSize()The buffer size used by this stream while reading input or before writing output to the underlying stream.
 
-