|
@@ -41,6 +41,9 @@ abstract class EditLogInputStream extends InputStream {
|
|
/** {@inheritDoc} */
|
|
/** {@inheritDoc} */
|
|
public abstract int read() throws IOException;
|
|
public abstract int read() throws IOException;
|
|
|
|
|
|
|
|
+ /** {@inheritDoc} */
|
|
|
|
+ public abstract int read(byte[] b, int off, int len) throws IOException;
|
|
|
|
+
|
|
/** {@inheritDoc} */
|
|
/** {@inheritDoc} */
|
|
public abstract void close() throws IOException;
|
|
public abstract void close() throws IOException;
|
|
|
|
|