Class PagedBytes.PagedBytesDataOutput
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 PagedBytesDataOutput : DataOutput
Constructors
| Improve this Doc View SourcePagedBytesDataOutput(PagedBytes)
Declaration
public PagedBytesDataOutput(PagedBytes pagedBytes)
Parameters
Type | Name | Description |
---|---|---|
PagedBytes | pagedBytes |
Methods
| Improve this Doc View SourceGetPosition()
Return the current byte position.
Declaration
public long GetPosition()
Returns
Type | Description |
---|---|
System.Int64 |
WriteByte(Byte)
Declaration
public override void WriteByte(byte b)
Parameters
Type | Name | Description |
---|---|---|
System.Byte | b |
Overrides
| Improve this Doc View SourceWriteBytes(Byte[], Int32, Int32)
Declaration
public override void WriteBytes(byte[] b, int offset, int length)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | b | |
System.Int32 | offset | |
System.Int32 | length |