public class TempFileByteBuffer extends Object
| Constructor and Description |
|---|
TempFileByteBuffer(int inMemoryBytes) |
TempFileByteBuffer(int inMemoryBytes,
File tempFileDirectory) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(byte[] bytes) |
void |
dispose() |
InputStream |
getInputStream() |
long |
getSize() |
boolean |
inMemory() |
public TempFileByteBuffer(int inMemoryBytes)
public TempFileByteBuffer(int inMemoryBytes,
File tempFileDirectory)
public void append(byte[] bytes)
throws IOException
IOExceptionpublic InputStream getInputStream() throws IOException
IOExceptionpublic long getSize()
public boolean inMemory()
public void dispose()
throws IOException
IOExceptionCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.