Constructor BufferedIndexOutput
BufferedIndexOutput()
Creates a new BufferedIndexOutput with the default buffer size (DEFAULT_BUFFER_SIZE bytes see DEFAULT_BUFFER_SIZE)
Declaration
public BufferedIndexOutput()
BufferedIndexOutput(Int32)
Creates a new BufferedIndexOutput with the given buffer size.
Declaration
public BufferedIndexOutput(int bufferSize)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | bufferSize | the buffer size in bytes used to buffer writes internally. |