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