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
IOException
public InputStream getInputStream() throws IOException
IOException
public long getSize()
public boolean inMemory()
public void dispose() throws IOException
IOException
Copyright © 2016 SAPERION AG. All rights reserved.