java.io.Closeable, java.lang.AutoCloseable@Private
public static class AggregatedLogFormat.ContainerLogsReader
extends java.io.InputStream
| Constructor | Description |
|---|---|
ContainerLogsReader(java.io.DataInputStream stream) |
| Modifier and Type | Method | Description |
|---|---|---|
long |
getCurrentLogLength() |
|
java.lang.String |
getCurrentLogType() |
|
java.lang.String |
nextLog() |
|
int |
read() |
|
int |
read(byte[] buf,
int off,
int len) |
|
int |
read(char[] buf,
int off,
int len) |
|
long |
skip(long n) |
public java.lang.String nextLog()
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getCurrentLogType()
public long getCurrentLogLength()
public long skip(long n)
throws java.io.IOException
skip in class java.io.InputStreamjava.io.IOExceptionpublic int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] buf,
int off,
int len)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(char[] buf,
int off,
int len)
throws java.io.IOException
java.io.IOExceptionCopyright © 2008–2025 Apache Software Foundation. All rights reserved.