|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DetectorStreamBufferImpl.SeekMode | |
|---|---|
| net.sf.mmm.util.io.impl | Contains implementations for utilities that help to read and write data, process bytes, etc. |
| Uses of DetectorStreamBufferImpl.SeekMode in net.sf.mmm.util.io.impl |
|---|
| Fields in net.sf.mmm.util.io.impl declared as DetectorStreamBufferImpl.SeekMode | |
|---|---|
private DetectorStreamBufferImpl.SeekMode |
DetectorStreamBufferImpl.seekMode
|
| Methods in net.sf.mmm.util.io.impl that return DetectorStreamBufferImpl.SeekMode | |
|---|---|
static DetectorStreamBufferImpl.SeekMode |
DetectorStreamBufferImpl.SeekMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DetectorStreamBufferImpl.SeekMode[] |
DetectorStreamBufferImpl.SeekMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in net.sf.mmm.util.io.impl with parameters of type DetectorStreamBufferImpl.SeekMode | |
|---|---|
protected void |
DetectorStreamBufferImpl.seek(long byteCount,
DetectorStreamBufferImpl.SeekMode mode)
This method removes or skips the
given number of bytes. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||