Package com.gistlabs.mechanize.util

Examples of com.gistlabs.mechanize.util.NullOutputStream


  protected void loadPage() throws Exception {
    preLoadContent();
  }

  protected void preLoadContent() throws IOException {
    Util.copy(getInputStream(), new NullOutputStream());
  }
View Full Code Here

TOP

Related Classes of com.gistlabs.mechanize.util.NullOutputStream

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.