Skip navigation links
com.essbase.eas.essbase.server
Class DownloadFileCommandListener.DownloadByteArrayOutputStream
java.lang.Object
java.io.OutputStream
java.io.ByteArrayOutputStream
com.essbase.eas.essbase.server.DownloadFileCommandListener.DownloadByteArrayOutputStream
- All Implemented Interfaces:
- java.io.Closeable, java.io.Flushable
- Enclosing class:
- DownloadFileCommandListener
-
public static class DownloadFileCommandListener.DownloadByteArrayOutputStream
- extends java.io.ByteArrayOutputStream
| Fields inherited from class java.io.ByteArrayOutputStream |
buf, count |
| Method Summary |
void |
setBuf(byte[] bytes, int count)
|
| Methods inherited from class java.io.ByteArrayOutputStream |
close, reset, size, toByteArray, toString, toString, toString, write, write, writeTo |
| Methods inherited from class java.io.OutputStream |
flush, write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DownloadFileCommandListener.DownloadByteArrayOutputStream
public DownloadFileCommandListener.DownloadByteArrayOutputStream()
DownloadFileCommandListener.DownloadByteArrayOutputStream
public DownloadFileCommandListener.DownloadByteArrayOutputStream(byte[] bytes)
DownloadFileCommandListener.DownloadByteArrayOutputStream
public DownloadFileCommandListener.DownloadByteArrayOutputStream(byte[] bytes,
int count)
setBuf
public void setBuf(byte[] bytes,
int count)
Skip navigation links
Copyright © 2001, 2012, Oracle. All rights reserved.