public class JmsFileReceiverInputStream extends AbstractBufferedInputStream
| Modifier | Constructor and Description |
|---|---|
protected |
JmsFileReceiverInputStream(AbstractJmsFileTransferSupport support,
String sendDataDestination,
Destination receiveAckDestination) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected byte[] |
getNextBuffer() |
protected boolean |
isEOF() |
int |
read() |
protected void |
start() |
availablemark, markSupported, read, read, reset, skipprotected JmsFileReceiverInputStream(AbstractJmsFileTransferSupport support, String sendDataDestination, Destination receiveAckDestination)
public int read()
throws IOException
read in class AbstractBufferedInputStreamIOExceptionprotected boolean isEOF()
isEOF in class AbstractBufferedInputStreamprotected byte[] getNextBuffer()
throws IOException
getNextBuffer in class AbstractBufferedInputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class AbstractBufferedInputStreamIOExceptionprotected void start()
Copyright © 2014 Calrissian. All rights reserved.