com.servingxml.components.flatfile.options
Interface ByteBuffer
- All Known Implementing Classes:
- ByteBufferImpl
public interface ByteBuffer
maxLength
int maxLength()
getPosition
int getPosition()
setPosition
void setPosition(int position)
next
void next(int n)
throws java.io.IOException
- Throws:
java.io.IOException
getReserved
int getReserved()
setReserved
void setReserved(int reserved)
next
void next()
throws java.io.IOException
- Throws:
java.io.IOException
done
boolean done()
current
byte current()
buffer
byte[] buffer()
start
int start()
length
int length()
startsWith
boolean startsWith(byte[] prefix)
throws java.io.IOException
- Throws:
java.io.IOException
clear
void clear()