public interface JPRAStringCursorReadableType
| Modifier and Type | Method and Description |
|---|---|
byte |
getByte(int index) |
void |
getBytes(byte[] buf,
int offset,
int length) |
Charset |
getEncoding() |
int |
getMaximumLength() |
String |
getNewValue() |
int |
getUsedLength() |
int getMaximumLength()
int getUsedLength()
byte getByte(int index)
throws IndexOutOfBoundsException
index - The byte indexindex in the stringIndexOutOfBoundsException - Iff index >= getMaximumLength()void getBytes(byte[] buf,
int offset,
int length)
throws IndexOutOfBoundsException
buf - The buffer to which string data will be writtenoffset - The starting index of buf to which data will be
writtenlength - The number of octets to copy into bufIndexOutOfBoundsException - Iff length > getMaximumLength()String getNewValue()
Charset getEncoding()
Copyright © 2016 <code@io7m.com> http://io7m.com