CryptoFSDataInputStream, CryptoInputStream, FSDataInputStream@Public
@Evolving
public interface CanSetReadahead
| Modifier and Type | Method | Description |
|---|---|---|
void |
setReadahead(java.lang.Long readahead) |
Set the readahead on this stream.
|
void setReadahead(java.lang.Long readahead)
throws java.io.IOException,
java.lang.UnsupportedOperationException
readahead - The readahead to use. null means to use the default.java.io.IOException - If there was an error changing the dropBehind
setting.
UnsupportedOperationException If this stream doesn't support
setting readahead.java.lang.UnsupportedOperationExceptionCopyright © 2008–2025 Apache Software Foundation. All rights reserved.