org.portletbridge.portlet
Class ResourceUtil

java.lang.Object
  extended by org.portletbridge.portlet.ResourceUtil

public class ResourceUtil
extends java.lang.Object

Author:
jmccrindle

Method Summary
static void copy(java.io.InputStream inputStream, java.io.OutputStream outputStream, int bufSize)
           
static java.lang.String getString(java.io.InputStream in, java.lang.String charSet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

copy

public static void copy(java.io.InputStream inputStream,
                        java.io.OutputStream outputStream,
                        int bufSize)
                 throws java.io.IOException
Throws:
java.io.IOException

getString

public static java.lang.String getString(java.io.InputStream in,
                                         java.lang.String charSet)
                                  throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2002-2006 Grape Design Limited. All Rights Reserved.