Class byte_span

java.lang.Object
com.frostwire.jlibtorrent.swig.byte_span

public class byte_span extends Object
  • Field Details

    • swigCMemOwn

      protected transient boolean swigCMemOwn
  • Constructor Details

    • byte_span

      protected byte_span(long cPtr, boolean cMemoryOwn)
    • byte_span

      public byte_span()
  • Method Details

    • getCPtr

      protected static long getCPtr(byte_span obj)
    • swigRelease

      protected static long swigRelease(byte_span obj)
    • delete

      public void delete()
    • size

      public long size()
    • empty

      public boolean empty()
    • front

      public byte front()
    • back

      public byte back()
    • first

      public byte_span first(long n)
    • last

      public byte_span last(long n)
    • subspan

      public byte_span subspan(long offset)
    • subspan

      public byte_span subspan(long offset, long count)
    • get

      public byte get(long idx)
    • set

      public void set(long idx, byte val)