Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

oracle.jdevimpl.audit.util
Class Streams

java.lang.Object
  extended by oracle.jdevimpl.audit.util.Streams

public class Streams
extends java.lang.Object

Stream, Reader, and Writer utilities.


Constructor Summary
Streams()
           
 
Method Summary
static void copy(java.io.InputStream is, byte[] buffer)
           
static void copy(java.io.InputStream is, java.io.OutputStream os)
           
static void copy(java.io.InputStream is, java.io.OutputStream os, byte[] buffer)
           
static void copy(java.io.InputStream is, java.io.OutputStream os, long size, byte[] buffer)
           
static void copy(java.io.Reader is, char[] buffer)
           
static void copy(java.io.Reader is, java.io.Writer os)
           
static void copy(java.io.Reader is, java.io.Writer os, char[] buffer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Streams

public Streams()
Method Detail

copy

public static void copy(java.io.InputStream is,
                        java.io.OutputStream os)
                 throws java.io.IOException
Throws:
java.io.IOException

copy

public static void copy(java.io.InputStream is,
                        java.io.OutputStream os,
                        byte[] buffer)
                 throws java.io.IOException
Throws:
java.io.IOException

copy

public static void copy(java.io.InputStream is,
                        java.io.OutputStream os,
                        long size,
                        byte[] buffer)
                 throws java.io.IOException
Throws:
java.io.IOException

copy

public static void copy(java.io.InputStream is,
                        byte[] buffer)
                 throws java.io.IOException
Throws:
java.io.IOException

copy

public static void copy(java.io.Reader is,
                        java.io.Writer os)
                 throws java.io.IOException
Throws:
java.io.IOException

copy

public static void copy(java.io.Reader is,
                        java.io.Writer os,
                        char[] buffer)
                 throws java.io.IOException
Throws:
java.io.IOException

copy

public static void copy(java.io.Reader is,
                        char[] buffer)
                 throws java.io.IOException
Throws:
java.io.IOException

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Copyright © 1997, 2013, Oracle. All rights reserved.