public class ExtendedTimestampLocalExtraField extends BaseExtraField
Modifier and Type | Class and Description |
---|---|
static class |
ExtendedTimestampLocalExtraField.Builder
Builder for
ExtendedTimestampLocalExtraField .. |
Modifier and Type | Field and Description |
---|---|
static int |
EXPECTED_ID |
static int |
EXTRA_SIZE |
Constructor and Description |
---|
ExtendedTimestampLocalExtraField(int flags,
long timeLastModified,
long timeLastAccessed,
long timeCreation) |
Modifier and Type | Method and Description |
---|---|
static ExtendedTimestampLocalExtraField.Builder |
builder()
Make a builder for this class.
|
int |
getFlags() |
long |
getTimeCreation() |
long |
getTimeLastAccessed() |
long |
getTimeLastModified() |
static ExtendedTimestampLocalExtraField |
read(InputStream inputStream,
int id,
int size)
Read in the rest of the Zip64ExtraField after the id is read.
|
void |
write(OutputStream outputStream)
Write extra-field to the output-stream.
|
getExtraFieldBytes, getExtraSize, getId, validate
public static final int EXPECTED_ID
public static final int EXTRA_SIZE
public ExtendedTimestampLocalExtraField(int flags, long timeLastModified, long timeLastAccessed, long timeCreation)
public static ExtendedTimestampLocalExtraField.Builder builder()
public static ExtendedTimestampLocalExtraField read(InputStream inputStream, int id, int size) throws IOException
IOException
public void write(OutputStream outputStream) throws IOException
write
in class BaseExtraField
IOException
public int getFlags()
public long getTimeLastModified()
public long getTimeLastAccessed()
public long getTimeCreation()
This documentation content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.