public class YFileRecord extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
_crc |
protected String |
_name |
protected int |
_size |
Constructor and Description |
---|
YFileRecord(String json_str) |
Modifier and Type | Method and Description |
---|---|
int |
get_crc()
Returns the 32-bit CRC of the file content.
|
String |
get_name()
Returns the name of the file.
|
int |
get_size()
Returns the size of the file in bytes.
|
protected String _name
protected int _size
protected int _crc
public YFileRecord(String json_str) throws YAPI_Exception
YAPI_Exception
public String get_name()
public int get_size()
public int get_crc()
Copyright © 2021. All rights reserved.