|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ByteProcessor | |
|---|---|
| net.sf.mmm.util.io.api | Provides the API for utilities that help to read and write data, process bytes, etc. |
| net.sf.mmm.util.io.base | Contains public implementations that help to read and write data, process bytes, etc. |
| net.sf.mmm.util.io.impl | Contains implementations for utilities that help to read and write data, process bytes, etc. |
| Uses of ByteProcessor in net.sf.mmm.util.io.api |
|---|
| Methods in net.sf.mmm.util.io.api with parameters of type ByteProcessor | |
|---|---|
long |
ByteProcessable.process(ByteProcessor processor,
long length)
This method processes the number of bytes given by length (as
far as available) using the given processor. |
| Uses of ByteProcessor in net.sf.mmm.util.io.base |
|---|
| Classes in net.sf.mmm.util.io.base that implement ByteProcessor | |
|---|---|
protected static class |
EncodingUtilImpl.AsciiProcessor
This inner class is used to process the byes from the underlying InputStream in ASCII mode. |
protected static class |
EncodingUtilImpl.UtfDetectionProcessor
This inner class is used to perform the actual UTF detection. |
| Uses of ByteProcessor in net.sf.mmm.util.io.impl |
|---|
| Classes in net.sf.mmm.util.io.impl that implement ByteProcessor | |
|---|---|
protected static class |
BufferInputStream.CopyProcessor
This inner class is the ByteProcessor used to copy bytes from the
buffer to the caller consuming data from this stream. |
| Methods in net.sf.mmm.util.io.impl with parameters of type ByteProcessor | |
|---|---|
long |
BufferInputStream.process(ByteProcessor processor,
long length)
This method processes the number of bytes given by length (as
far as available) using the given processor. |
long |
AbstractByteArrayBufferBuffer.process(ByteProcessor processor,
long byteCount)
This method processes the number of bytes given by length (as
far as available) using the given processor. |
long |
LookaheadByteArrayBufferBuffer.process(ByteProcessor processor,
long byteCount)
This method processes the number of bytes given by length (as
far as available) using the given processor. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||