| Package | Description |
|---|---|
| co.codewizards.cloudstore.core.io |
Input/output-related classes.
|
| co.codewizards.cloudstore.core.oio |
Abstraction of several classes from the packages java.io.* and java.nio.*.
|
| co.codewizards.cloudstore.ls.client.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IByteArrayInputStream
ByteArrayInputStream-representing interface to be used in API contracts. |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteArrayInputStream
Subclass of
ByteArrayInputStream also implementing IByteArrayInputStream. |
class |
NoCloseInputStream |
| Modifier and Type | Method and Description |
|---|---|
static IInputStream |
StreamUtil.castStream(InputStream in)
Casts an
InputStream as IInputStream, if possible; or
converts it by instantiating a new bridge instance, if a simple Java cast is not possible. |
IInputStream |
LockFile.createInputStream()
Creates an
InputStream reading from the locked file. |
| Modifier and Type | Method and Description |
|---|---|
static InputStream |
StreamUtil.castStream(IInputStream in)
Casts an
IInputStream as InputStream, if possible; or
converts it by instantiating a new bridge instance, if a simple Java cast is not possible. |
| Modifier and Type | Method and Description |
|---|---|
IInputStream |
File.createInputStream() |
IInputStream |
IoFile.createInputStream() |
| Modifier and Type | Method and Description |
|---|---|
static IInputStream |
FileLs.createInputStream(File file) |
Copyright © 2013–2017. All rights reserved.