Constructor and Description |
---|
GZIPHeader() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
String |
getComment() |
long |
getCRC() |
long |
getModifiedTime() |
String |
getName() |
int |
getOS() |
void |
setComment(String comment) |
void |
setCRC(long crc) |
void |
setModifiedTime(long mtime) |
void |
setName(String name) |
void |
setOS(int os) |
public void setModifiedTime(long mtime)
public long getModifiedTime()
public void setOS(int os)
public int getOS()
public void setName(String name)
public String getName()
public void setComment(String comment)
public String getComment()
public void setCRC(long crc)
public long getCRC()
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
Copyright © 2012 jcraft. All Rights Reserved.