Class FastPathViews.RequestByteView

java.lang.Object
dev.relism.flash.routing.routers.fastpathrouter.FastPathViews.RequestByteView
All Implemented Interfaces:
dev.relism.fpr.core.ByteView
Enclosing class:
FastPathViews

public static final class FastPathViews.RequestByteView extends Object implements dev.relism.fpr.core.ByteView
  • Constructor Details

    • RequestByteView

      public RequestByteView(byte[] buffer, int start, int length)
  • Method Details

    • length

      public int length()
      Specified by:
      length in interface dev.relism.fpr.core.ByteView
    • byteAt

      public byte byteAt(int index)
      Specified by:
      byteAt in interface dev.relism.fpr.core.ByteView
    • toString

      public String toString()
      Overrides:
      toString in class Object