Class byte_const_span

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

public class byte_const_span extends Object
  • Field Details

    • swigCMemOwn

      protected transient boolean swigCMemOwn
  • Constructor Details

    • byte_const_span

      protected byte_const_span(long cPtr, boolean cMemoryOwn)
    • byte_const_span

      public byte_const_span()
  • Method Details

    • getCPtr

      protected static long getCPtr(byte_const_span obj)
    • swigRelease

      protected static long swigRelease(byte_const_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_const_span first(long n)
    • last

      public byte_const_span last(long n)
    • subspan

      public byte_const_span subspan(long offset)
    • subspan

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

      public byte get(long idx)