Modifier and Type | Interface and Description |
---|---|
interface |
RandomAccess
An interface to allow data to be stored completely in memory or
to use a scratch file on the disk.
|
Modifier and Type | Class and Description |
---|---|
class |
RandomAccessReadWriteBuffer
An implementation of the RandomAccess interface to store data in memory.
|
Constructor and Description |
---|
RandomAccessOutputStream(RandomAccessWrite writer)
Constructor to create a new output stream which writes to the given RandomAccessWrite.
|
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.