public class RawLogDeliveryEventSerializer extends AbstractEventSerializer
| Constructor and Description |
|---|
RawLogDeliveryEventSerializer(java.lang.String logFile,
CloudTrailLog ctLog,
JsonParser jsonParser) |
| Modifier and Type | Method and Description |
|---|---|
CloudTrailEventMetadata |
getMetadata(int charStart,
int charEnd)
Find the raw event in string format from logFileContent based on character start index and end index.
|
close, getNextEvent, hasNextEvent, readArrayHeaderpublic RawLogDeliveryEventSerializer(java.lang.String logFile,
CloudTrailLog ctLog,
JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic CloudTrailEventMetadata getMetadata(int charStart, int charEnd)
getMetadata in class AbstractEventSerializercharStart - the character count at which to begin reading event data.charEnd - the character count at which to stop reading event data.