java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InputFile
it.tdlight.jni.TdApi.InputFileGenerated
- Enclosing class:
- TdApi
A file generated by the application.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
String specifying the conversion applied to the original file; must be persistent across application restarts.long
Expected size of the generated file, in bytes; 0 if unknown.Local path to a file from which the file is generated; may be empty if there is no such file. -
Constructor Summary
ConstructorDescriptionA file generated by the application.InputFileGenerated
(DataInput input) A file generated by the application.InputFileGenerated
(String originalPath, String conversion, long expectedSize) A file generated by the application. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
originalPath
Local path to a file from which the file is generated; may be empty if there is no such file. -
conversion
String specifying the conversion applied to the original file; must be persistent across application restarts. Conversions beginning with '#' are reserved for internal TDLib usage. -
expectedSize
public long expectedSizeExpected size of the generated file, in bytes; 0 if unknown. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
InputFileGenerated
public InputFileGenerated()A file generated by the application. -
InputFileGenerated
A file generated by the application.- Parameters:
originalPath
- String Local path to a file from which the file is generated; may be empty if there is no such file.conversion
- String String specifying the conversion applied to the original file; must be persistent across application restarts. Conversions beginning with '#' are reserved for internal TDLib usage.expectedSize
- long Expected size of the generated file, in bytes; 0 if unknown.
-
InputFileGenerated
A file generated by the application.- 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()
-