public static class ExtendedDataInput.Stream extends InputStream
| Constructor and Description |
|---|
Stream(ExtendedDataInput delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
ExtendedDataInput |
getDelegate() |
int |
read() |
available, mark, markSupported, read, read, reset, skippublic Stream(ExtendedDataInput delegate)
public ExtendedDataInput getDelegate()
public int read()
throws IOException
read in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright (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