Class FastPathViews.StringByteView
java.lang.Object
dev.relism.flash.routing.routers.fastpathrouter.FastPathViews.StringByteView
- All Implemented Interfaces:
ArrayBackedByteView,dev.relism.fpr.core.ByteView
- Enclosing class:
FastPathViews
-
Constructor Details
-
StringByteView
-
-
Method Details
-
length
public int length()- Specified by:
lengthin interfacedev.relism.fpr.core.ByteView
-
byteAt
public byte byteAt(int index) - Specified by:
byteAtin interfacedev.relism.fpr.core.ByteView
-
array
public byte[] array()Description copied from interface:ArrayBackedByteViewThe backing array. Bytes[offset(), offset() + length())belong to this view.- Specified by:
arrayin interfaceArrayBackedByteView
-
offset
public int offset()Description copied from interface:ArrayBackedByteViewOffset of this view's first byte withinArrayBackedByteView.array().- Specified by:
offsetin interfaceArrayBackedByteView
-
supportsLong
public boolean supportsLong()- Specified by:
supportsLongin interfacedev.relism.fpr.core.ByteView
-
longAt
public long longAt(int index) - Specified by:
longAtin interfacedev.relism.fpr.core.ByteView
-