java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.FileDownloadedPrefixSize
- Enclosing class:
- TdApi
Contains size of downloaded prefix of a file.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
long
The prefix size, in bytes. -
Constructor Summary
ConstructorDescriptionContains size of downloaded prefix of a file.FileDownloadedPrefixSize
(long size) Contains size of downloaded prefix of a file.Contains size of downloaded prefix of a file. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
size
public long sizeThe prefix size, in bytes. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
FileDownloadedPrefixSize
public FileDownloadedPrefixSize()Contains size of downloaded prefix of a file. -
FileDownloadedPrefixSize
public FileDownloadedPrefixSize(long size) Contains size of downloaded prefix of a file.- Parameters:
size
- long The prefix size, in bytes.
-
FileDownloadedPrefixSize
Contains size of downloaded prefix of a file.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-