Class LeftCutStringByteSource

java.lang.Object
org.nustaq.offheap.bytez.bytesource.AsciiStringByteSource
org.nustaq.offheap.bytez.bytesource.LeftCutStringByteSource
All Implemented Interfaces:
ByteSource

public class LeftCutStringByteSource extends AsciiStringByteSource
implement bytesource on top a string, the string is right aligned inside the byte source
  • Constructor Details

    • LeftCutStringByteSource

      public LeftCutStringByteSource(String arr)
    • LeftCutStringByteSource

      public LeftCutStringByteSource(String arr, int off)
    • LeftCutStringByteSource

      public LeftCutStringByteSource(String arr, int off, int len)
  • Method Details