java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InputFile
it.tdlight.jni.TdApi.InputFileLocal
- Enclosing class:
- TdApi
A file defined by a local path.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Local path to the file. -
Constructor Summary
ConstructorDescriptionA file defined by a local path.InputFileLocal
(DataInput input) A file defined by a local path.InputFileLocal
(String path) A file defined by a local path. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
path
Local path to the file. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
InputFileLocal
public InputFileLocal()A file defined by a local path. -
InputFileLocal
A file defined by a local path.- Parameters:
path
- String Local path to the file.
-
InputFileLocal
A file defined by a local path.- 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()
-