public class ByteArrayIOStream extends Object implements Closeable
| Modifier and Type | Class and Description |
|---|---|
class |
ByteArrayIOStream.ByteArrayInputStream |
class |
ByteArrayIOStream.ByteArrayOutputStream |
| Constructor and Description |
|---|
ByteArrayIOStream() |
ByteArrayIOStream(int allocation) |
| Modifier and Type | Method and Description |
|---|---|
ByteArrayIOStream.ByteArrayInputStream |
asInputStream() |
ByteArrayIOStream.ByteArrayOutputStream |
asOutputStream() |
void |
close() |
public ByteArrayIOStream()
public ByteArrayIOStream(int allocation)
public void close()
close in interface Closeableclose in interface AutoCloseablepublic ByteArrayIOStream.ByteArrayInputStream asInputStream()
public ByteArrayIOStream.ByteArrayOutputStream asOutputStream()
Copyright © 2019. All rights reserved.