Package | Description |
---|---|
org.apache.commons.io.input.buffer |
Class and Description |
---|
CircularBufferInputStream
Implementation of a buffered input stream, which is internally based on the
CircularByteBuffer . |
CircularByteBuffer
A buffer, which doesn't need reallocation of byte arrays, because it
reuses a single byte array.
|
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.