Package | Description |
---|---|
co.codewizards.cloudstore.core.io |
Input/output-related classes.
|
co.codewizards.cloudstore.ls.client.util |
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayOutputStream
Subclass of
ByteArrayOutputStream also implementing IByteArrayOutputStream . |
Modifier and Type | Method and Description |
---|---|
static IByteArrayOutputStream |
ByteArrayOutputStreamLs.create() |
static IByteArrayOutputStream |
ByteArrayOutputStreamLs.create(int size) |
Modifier and Type | Method and Description |
---|---|
static IByteArrayInputStream |
ByteArrayInputStreamLs.create(IByteArrayOutputStream bout) |
static IByteArrayInputStream |
ByteArrayInputStreamLs.create(IByteArrayOutputStream bout,
int offset,
int length) |
Copyright © 2013–2019. All rights reserved.