Class load_torrent_limits
java.lang.Object
com.frostwire.jlibtorrent.swig.load_torrent_limits
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()protected static longintintintintvoidsetMax_buffer_size(int value) voidsetMax_decode_depth(int value) voidsetMax_decode_tokens(int value) voidsetMax_pieces(int value) protected static long
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
load_torrent_limits
protected load_torrent_limits(long cPtr, boolean cMemoryOwn) -
load_torrent_limits
public load_torrent_limits()
-
-
Method Details
-
getCPtr
-
swigRelease
-
delete
public void delete() -
setMax_buffer_size
public void setMax_buffer_size(int value) -
getMax_buffer_size
public int getMax_buffer_size() -
setMax_pieces
public void setMax_pieces(int value) -
getMax_pieces
public int getMax_pieces() -
setMax_decode_depth
public void setMax_decode_depth(int value) -
getMax_decode_depth
public int getMax_decode_depth() -
setMax_decode_tokens
public void setMax_decode_tokens(int value) -
getMax_decode_tokens
public int getMax_decode_tokens()
-