public class PlainFileLocation
extends com.droidkit.bser.BserObject
| Constructor and Description |
|---|
PlainFileLocation() |
PlainFileLocation(long fileId,
long accessHash,
int fileSize,
EncryptionType encryptionType,
int encryptedFileSize,
byte[] encryptionKey) |
| Modifier and Type | Method and Description |
|---|---|
long |
getAccessHash() |
int |
getEncryptedFileSize() |
byte[] |
getEncryptionKey() |
EncryptionType |
getEncryptionType() |
long |
getFileId() |
int |
getFileSize() |
void |
parse(com.droidkit.bser.BserValues values) |
void |
serialize(com.droidkit.bser.BserWriter writer) |
public PlainFileLocation(long fileId,
long accessHash,
int fileSize,
EncryptionType encryptionType,
int encryptedFileSize,
byte[] encryptionKey)
public PlainFileLocation()
public long getFileId()
public long getAccessHash()
public int getFileSize()
public EncryptionType getEncryptionType()
public int getEncryptedFileSize()
public byte[] getEncryptionKey()
public void parse(com.droidkit.bser.BserValues values)
throws java.io.IOException
parse in class com.droidkit.bser.BserObjectjava.io.IOExceptionpublic void serialize(com.droidkit.bser.BserWriter writer)
throws java.io.IOException
serialize in class com.droidkit.bser.BserObjectjava.io.IOException