Class FastPathViews.SocketByteView
java.lang.Object
dev.relism.flash.routing.routers.fastpathrouter.FastPathViews.SocketByteView
- All Implemented Interfaces:
dev.relism.fpr.core.ByteView
- Enclosing class:
FastPathViews
public static class FastPathViews.SocketByteView
extends Object
implements dev.relism.fpr.core.ByteView
-
Constructor Details
-
SocketByteView
public SocketByteView(byte[] data)
-
-
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
-