Package it.tdlight.jni
Class TdApi.InputFileLocal
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InputFile
it.tdlight.jni.TdApi.InputFileLocal
- Enclosing class:
- TdApi
public static class TdApi.InputFileLocal extends TdApi.InputFile
A file defined by a local path.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
String
path
Local path to the file. -
Constructor Summary
Constructors Constructor Description InputFileLocal()
A file defined by a local path.InputFileLocal(DataInput input)
InputFileLocal(String path)
A file defined by a local path. -
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.Object
serialize, toString
-
Field Details
-
path
Local path to the file. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
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
- 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()
-