KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > util > zip > GZIPOutputStream > Top Examples

  • org.jboss.util.Base64
    Encodes and decodes to and from Base64 notation. <p> Change Log: </p> <ul> <li>v2.1 - Cleaned up javadoc comments and unused variables and methods. Added some convenience methods for reading and writing to and from files.</li> <li>v2.0.2 - Now specifies UTF-8 e ...
  • info.magnolia.cms.servlets.ResourceDispatcher
    Class ResourceDispatcher is responsible to gather data from the <strong>HttpServletRequest </strong> and write back the requested resource on the <strong>ServletOutputStream </strong>. @author Sameer Charles @version 1.0
  • com.caucho.vfs.AbstractRolloverLog
    Abstract class for a log that rolls over based on size or period.
  • org.openlaszlo.utils.FileUtils
    A dir is absolute if it begins with "" (the empty string to the left of the initial '/'), or a drive letter. Add '/' since c:/ will be split to c:, which isn't absolute. Also turns "" into "/" which is absolute, so the UNIX case can share this test. A utility class containing file utility functio ...
Popular Tags