Package pt.opensoft.io

Examples of pt.opensoft.io.ZipReader


  public Reader getReader (int i) throws IOException {
    return new InputStreamReader(getInputStream(i), SystemParameters.DEFAULT_ENCODING);
  }

  public ZipReader getZipReader (int i) throws IOException {
    return new ZipReader(getInputStream(i));
  }
View Full Code Here

TOP

Related Classes of pt.opensoft.io.ZipReader

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.