Class Entry

java.lang.Object
com.frostwire.jlibtorrent.Entry

public final class Entry extends Object
The Entry class represents one node in a bencoded hierarchy. It works as a variant type, it can be either a list, a dictionary, an integer or a string.
  • Constructor Details

    • Entry

      public Entry(entry e)
    • Entry

      public Entry(String s)
    • Entry

      public Entry(long n)
  • Method Details