| Methods in uk.org.retep.util.io.tar that return TarFormat |
static TarFormat |
TarFormat.valueOf(java.nio.ByteBuffer buffer)
Read the TarFormat from the ByteBuffer, moving the position
to after the value |
static TarFormat |
TarFormat.valueOf(java.nio.ByteBuffer buffer,
int offset)
Read the TarFormat from the ByteBuffer using the supplied position
in that buffer. |
static TarFormat |
TarFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TarFormat[] |
TarFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared. |