Package it.tdlight.jni
Class TdApi.GetFileDownloadedPrefixSize
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.GetFileDownloadedPrefixSize
- Enclosing class:
- TdApi
public static class TdApi.GetFileDownloadedPrefixSize extends TdApi.Function
Returns file downloaded prefix size
from a given offset.
Returns Count
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
int
fileId
Identifier of the file.int
offset
Offset from which downloaded prefix size should be calculated. -
Constructor Summary
Constructors Constructor Description GetFileDownloadedPrefixSize()
Returns file downloaded prefix size from a given offset.GetFileDownloadedPrefixSize(int fileId, int offset)
Returns file downloaded prefix size from a given offset.GetFileDownloadedPrefixSize(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
fileId
public int fileIdIdentifier of the file. -
offset
public int offsetOffset from which downloaded prefix size should be calculated. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
GetFileDownloadedPrefixSize
public GetFileDownloadedPrefixSize()Returns file downloaded prefix size from a given offset.Returns
Count
-
GetFileDownloadedPrefixSize
public GetFileDownloadedPrefixSize(int fileId, int offset)Returns file downloaded prefix size from a given offset.Returns
Count
- Parameters:
fileId
- int Identifier of the file.offset
- int Offset from which downloaded prefix size should be calculated.
-
GetFileDownloadedPrefixSize
- 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()
-