Package org.vfny.geoserver.util

Examples of org.vfny.geoserver.util.PartialBufferedOutputStream


  /* (non-Javadoc)
   * @see org.vfny.geoserver.servlets.AbstractService.ServiceStrategy#getDestination(javax.servlet.http.HttpServletResponse)
   */
  public OutputStream getDestination(HttpServletResponse response) throws IOException
  {
    out = new PartialBufferedOutputStream(response, AbstractService.BUFFER_SIZE);
    return out;
  }
View Full Code Here

TOP

Related Classes of org.vfny.geoserver.util.PartialBufferedOutputStream

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.