@InterfaceAudience.Private public static class AggregatedLogFormat.ContainerLogsReader extends Object
| Constructor and Description | 
|---|
| AggregatedLogFormat.ContainerLogsReader(DataInputStream stream) | 
| Modifier and Type | Method and Description | 
|---|---|
| long | getCurrentLogLength() | 
| String | getCurrentLogType() | 
| 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 AggregatedLogFormat.ContainerLogsReader(DataInputStream stream)
public String nextLog() throws IOException
IOExceptionpublic String getCurrentLogType()
public long getCurrentLogLength()
public long skip(long n)
          throws IOException
IOExceptionpublic int read()
         throws IOException
IOExceptionpublic int read(byte[] buf,
       int off,
       int len)
         throws IOException
IOExceptionpublic int read(char[] buf,
       int off,
       int len)
         throws IOException
IOExceptionCopyright © 2018 Apache Software Foundation. All Rights Reserved.