Method Write
Write(BytesRef)
Writes a BytesRef.
Declaration
public virtual void Write(BytesRef ref)
Parameters
Type | Name | Description |
---|---|---|
BytesRef | ref |
See Also
Write(Byte[])
Writes a byte array.
Declaration
public virtual void Write(byte[] bytes)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | bytes |
See Also
Write(Byte[], Int32, Int32)
Writes a byte array.
The length is written as a
Declaration
public virtual void Write(byte[] bytes, int off, int len)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | bytes | |
System.Int32 | off | |
System.Int32 | len |