public class DLInputStream extends InputStream
| Constructor and Description |
|---|
DLInputStream(org.apache.distributedlog.api.DistributedLogManager dlm)
Construct DistributedLog input stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
available, mark, markSupported, read, reset, skippublic DLInputStream(org.apache.distributedlog.api.DistributedLogManager dlm)
throws IOException
dlm - the Distributed Log Manager to access the streamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2017–2022 Apache Software Foundation. All rights reserved.