com.jcraft.jzlib
Class GZIPHeader

java.lang.Object
  extended by com.jcraft.jzlib.GZIPHeader
All Implemented Interfaces:
Cloneable

public class GZIPHeader
extends Object
implements Cloneable


Constructor Summary
GZIPHeader()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GZIPHeader

public GZIPHeader()
Method Detail

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.