public class MessageSubmissionChunk extends Chunk
DEFAULT_NAME_PREFIX| Constructor and Description |
|---|
MessageSubmissionChunk(int chunkId,
Types.MAPIType type)
Create a Byte Chunk, with the specified type.
|
MessageSubmissionChunk(String namePrefix,
int chunkId,
Types.MAPIType type)
Creates a Byte Chunk.
|
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getAcceptedAtTime() |
String |
getSubmissionId() |
void |
readValue(InputStream value)
Reads the value of this chunk using an InputStream
|
void |
writeValue(OutputStream out)
Writes the value of this chunk back out again.
|
getChunkId, getEntryName, getTypepublic MessageSubmissionChunk(String namePrefix, int chunkId, Types.MAPIType type)
public MessageSubmissionChunk(int chunkId,
Types.MAPIType type)
public void readValue(InputStream value) throws IOException
ChunkreadValue in class ChunkIOExceptionpublic void writeValue(OutputStream out) throws IOException
ChunkwriteValue in class ChunkIOExceptionpublic Calendar getAcceptedAtTime()
public String getSubmissionId()
Copyright © 2010 - 2020 Adobe. All Rights Reserved