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
FieldsModifier and TypeFieldDescriptionstatic final intLocal path to the file. -
Constructor Summary
ConstructorsConstructorDescriptionA 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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-