public static class ExtendedDataOutput.Stream extends OutputStream
| Constructor and Description |
|---|
Stream(ExtendedDataOutput delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
ExtendedDataOutput |
getDelegate() |
void |
write(int b) |
flush, write, writepublic Stream(ExtendedDataOutput delegate)
public ExtendedDataOutput getDelegate()
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionCopyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html