Modifier and Type | Method and Description |
---|---|
DescriptorParseException |
UnparseableDescriptor.getDescriptorParseException()
Return the first exception thrown while attempting to parse this
descriptor.
|
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
LogDescriptor.decompressedByteStream()
Returns the decompressed raw descriptor bytes of the log as stream.
|
java.util.stream.Stream<? extends LogDescriptor.Line> |
LogDescriptor.logLines()
Returns a stream of all parseable log lines.
|
java.util.stream.Stream<WebServerAccessLog.Line> |
WebServerAccessLog.logLines()
Returns a stream of all valid log lines.
|