Interface FileMetadataSectionOrBuilder (0.3.0)

public interface FileMetadataSectionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEntropy()

public abstract double getEntropy()

Entropy of the section.

double entropy = 2;

Returns
Type Description
double

The entropy.

getMd5Hex()

public abstract String getMd5Hex()

MD5 hex of the file.

string md5_hex = 5;

Returns
Type Description
String

The md5Hex.

getMd5HexBytes()

public abstract ByteString getMd5HexBytes()

MD5 hex of the file.

string md5_hex = 5;

Returns
Type Description
ByteString

The bytes for md5Hex.

getName()

public abstract String getName()

Name of the section.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Name of the section.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

getRawSizeBytes()

public abstract long getRawSizeBytes()

Raw file size in bytes.

int64 raw_size_bytes = 3;

Returns
Type Description
long

The rawSizeBytes.

getVirtualSizeBytes()

public abstract long getVirtualSizeBytes()

Virtual file size in bytes.

int64 virtual_size_bytes = 4;

Returns
Type Description
long

The virtualSizeBytes.