public class EntryMetadata
extends Object
Object to hold metadata bytes and timestamps.
- Since:
- 10.0
- Author:
- Ryan Emerson
-
Constructor Summary 
Constructors
-
Method Summary 
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details 
-
EntryMetadata 
public EntryMetadata(byte[] metadataBytes,
long created,
long lastUsed)
-
Method Details 
-
getBytes 
public byte[] getBytes()
-
getCreated 
public long getCreated()
-
getLastUsed 
public long getLastUsed()
-
length 
public int length()