org.apache.openejb.util
Class OutputScanner.Scan
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
org.apache.openejb.util.OutputScanner.Scan
- All Implemented Interfaces:
- Closeable, Flushable
- Enclosing class:
- OutputScanner
public class OutputScanner.Scan
- extends FilterOutputStream
|
Method Summary |
void |
write(byte[] bytes)
|
void |
write(byte[] bytes,
int off,
int len)
|
void |
write(int b)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutputScanner.Scan
public OutputScanner.Scan(OutputStream out,
String scanString)
write
public void write(int b)
throws IOException
- Overrides:
write in class FilterOutputStream
- Throws:
IOException
write
public void write(byte[] bytes)
throws IOException
- Overrides:
write in class FilterOutputStream
- Throws:
IOException
write
public void write(byte[] bytes,
int off,
int len)
throws IOException
- Overrides:
write in class FilterOutputStream
- Throws:
IOException
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.