Overload List

  NameDescription
Public methodReadBytes(array<Byte>[]()[][], Int32, Int32) (Overrides IndexInput..::..ReadBytes(array<Byte>[]()[][], Int32, Int32).)
Public methodReadBytes(array<Byte>[]()[][], Int32, Int32, Boolean)
Reads a specified number of bytes into an array at the specified offset with control over whether the read should be buffered (callers who have their own buffer should pass in "false" for useBuffer). Currently only {@link BufferedIndexInput} respects this parameter.
(Inherited from IndexInput.)

See Also