com.jcraft.jzlib
Class GZIPHeader
java.lang.Object
com.jcraft.jzlib.GZIPHeader
- All Implemented Interfaces:
- Cloneable
public class GZIPHeader
- extends Object
- implements Cloneable
GZIPHeader
public GZIPHeader()
setModifiedTime
public void setModifiedTime(long mtime)
getModifiedTime
public long getModifiedTime()
setOS
public void setOS(int os)
getOS
public int getOS()
setName
public void setName(String name)
getName
public String getName()
setComment
public void setComment(String comment)
getComment
public String getComment()
setCRC
public void setCRC(long crc)
getCRC
public long getCRC()
clone
public Object clone()
throws CloneNotSupportedException
- Overrides:
clone
in class Object
- Throws:
CloneNotSupportedException
Copyright © 2012 jcraft. All Rights Reserved.