Class ByteBlockPool.DirectAllocator
A simple Byte
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Util
Assembly: Lucene.Net.dll
Syntax
public sealed class DirectAllocator : ByteBlockPool.Allocator
Constructors
| Improve this Doc View SourceDirectAllocator()
Declaration
public DirectAllocator()
DirectAllocator(Int32)
Declaration
public DirectAllocator(int blockSize)
Parameters
Type | Name | Description |
---|---|---|
System. |
blockSize |
Methods
| Improve this Doc View SourceRecycleByteBlocks(Byte[][], Int32, Int32)
Declaration
public override void RecycleByteBlocks(byte[][] blocks, int start, int end)
Parameters
Type | Name | Description |
---|---|---|
System. |
blocks | |
System. |
start | |
System. |
end |