public abstract class IncomingAttachmentStreams extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
_readyToGetNextStream
Boolean indicating weather or not the next stream can be read (next stream cannot be read until
previous is consumed
|
Constructor and Description |
---|
IncomingAttachmentStreams() |
Modifier and Type | Method and Description |
---|---|
abstract IncomingAttachmentInputStream |
getNextStream()
Returns the next attachment stream in sequence.
|
boolean |
isReadyToGetNextStream() |
protected void |
setReadyToGetNextStream(boolean ready)
Set the ready flag.
|
protected boolean _readyToGetNextStream
public final boolean isReadyToGetNextStream()
protected final void setReadyToGetNextStream(boolean ready)
ready
- public abstract IncomingAttachmentInputStream getNextStream() throws OMException
OMException
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.