Other
BigEndianBitConverter
public class ILC.Fishbowl.Client.Common.BigEndianBitConverter
: ILC.Fishbowl.Client.Common.EndianBitConverter
Constructor
Properties
Name | Type | Comments |
---|---|---|
Endianness | Endianness |
|
Methods
Name | Type | Comments |
---|---|---|
IsLittleEndian | IsLittleEndian() |
|
CopyBytesImpl | CopyBytesImpl(`Int64` value, `Int32` bytes, `Byte[]` buffer, `Int32` index) |
|
FromBytes | FromBytes(`Byte[]` buffer, `Int32` startIndex, `Int32` bytesToConvert) |
|
EndianBinaryReader
public class ILC.Fishbowl.Client.Common.EndianBinaryReader
Constructor
Properties
Name | Type | Comments |
---|---|---|
BitConverter | EndianBitConverter |
|
Encoding | Encoding |
|
BaseStream | Stream |
|
Methods
Name | Type | Comments |
---|---|---|
Close | Close() |
|
Seek | Seek(`Int32` offset, `SeekOrigin` origin) |
|
ReadByte | ReadByte() |
|
ReadSByte | ReadSByte() |
|
ReadBoolean | ReadBoolean() |
|
ReadInt16 | ReadInt16() |
|
ReadInt32 | ReadInt32() |
|
ReadInt32Async | ReadInt32Async() |
|
ReadInt64 | ReadInt64() |
|
ReadUInt16 | ReadUInt16() |
|
ReadUInt32 | ReadUInt32() |
|
ReadUInt64 | ReadUInt64() |
|
ReadSingle | ReadSingle() |
|
ReadDecimal | ReadDecimal() |
|
Read | Read() |
|
Read | Read(`Char[]` data, `Int32` index, `Int32` count) |
|
Read | Read(`Byte[]` buffer, `Int32` index, `Int32` count) |
|
ReadAsync | ReadAsync(`Byte[]` buffer, `Int32` index, `Int32` count) |
|
ReadBytes | ReadBytes(`Int32` count) |
|
ReadBytesOrThrow | ReadBytesOrThrow(`Int32` count) |
|
Read7BitEncodedInt | Read7BitEncodedInt() |
|
ReadBigEndian7BitEncodedInt | ReadBigEndian7BitEncodedInt() |
|
ReadString | ReadString() |
|
Dispose | Dispose() |
|
SetTimeout | SetTimeout(`Int32` timeout) |
|
EndianBinaryWriter
public class ILC.Fishbowl.Client.Common.EndianBinaryWriter
: System.IDisposable
Constructor
Properties
Name | Type | Comments |
---|---|---|
BitConverter | EndianBitConverter |
|
Encoding | Encoding |
|
BaseStream | Stream |
|
Methods
Name | Type | Comments |
---|---|---|
Close | Close() |
|
Flush | Flush() |
|
FlushAsync | FlushAsync() |
|
Seek | Seek(`Int32` offset, `SeekOrigin` origin) |
|
Write | Write(`Boolean` value) |
|
Write | Write(`Int16` value) |
|
Write | Write(`Int32` value) |
|
Write | Write(`Int64` value) |
|
Write | Write(`UInt16` value) |
|
Write | Write(`UInt32` value) |
|
Write | Write(`UInt64` value) |
|
Write | Write(`Single` value) |
|
Write | Write(`Decimal` value) |
|
Write | Write(`Byte` value) |
|
Write | Write(`SByte` value) |
|
Write | Write(`Byte[]` value) |
|
Write | Write(`Byte[]` value, `Int32` offset, `Int32` count) |
|
Write | Write(`Char` value) |
|
Write | Write(`Char[]` value) |
|
Write | Write(`String` value) |
|
Write7BitEncodedInt | Write7BitEncodedInt(`Int32` value) |
|
Dispose | Dispose() |
|
SetTimeout | SetTimeout(`Int32` timeout) |
|
EndianBitConverter
Properties
Name | Type | Comments |
---|---|---|
Endianness | Endianness |
|
Static Properties
Methods
Name | Type | Comments |
---|---|---|
IsLittleEndian | IsLittleEndian() |
|
SingleToInt32Bits | SingleToInt32Bits(`Single` value) |
|
Int32BitsToSingle | Int32BitsToSingle(`Int32` value) |
|
ToBoolean | ToBoolean(`Byte[]` value, `Int32` startIndex) |
|
ToChar | ToChar(`Byte[]` value, `Int32` startIndex) |
|
ToSingle | ToSingle(`Byte[]` value, `Int32` startIndex) |
|
ToInt16 | ToInt16(`Byte[]` value, `Int32` startIndex) |
|
ToInt32 | ToInt32(`Byte[]` value, `Int32` startIndex) |
|
ToInt64 | ToInt64(`Byte[]` value, `Int32` startIndex) |
|
ToUInt16 | ToUInt16(`Byte[]` value, `Int32` startIndex) |
|
ToUInt32 | ToUInt32(`Byte[]` value, `Int32` startIndex) |
|
ToUInt64 | ToUInt64(`Byte[]` value, `Int32` startIndex) |
|
FromBytes | FromBytes(`Byte[]` value, `Int32` startIndex, `Int32` bytesToConvert) |
|
ToDecimal | ToDecimal(`Byte[]` value, `Int32` startIndex) |
|
GetBytes | GetBytes(`Decimal` value) |
|
CopyBytes | CopyBytes(`Decimal` value, `Byte[]` buffer, `Int32` index) |
|
GetBytes | GetBytes(`Boolean` value) |
|
GetBytes | GetBytes(`Char` value) |
|
GetBytes | GetBytes(`Int16` value) |
|
GetBytes | GetBytes(`Int32` value) |
|
GetBytes | GetBytes(`Int64` value) |
|
GetBytes | GetBytes(`Single` value) |
|
GetBytes | GetBytes(`UInt16` value) |
|
GetBytes | GetBytes(`UInt32` value) |
|
GetBytes | GetBytes(`UInt64` value) |
|
CopyBytesImpl | CopyBytesImpl(`Int64` value, `Int32` bytes, `Byte[]` buffer, `Int32` index) |
|
CopyBytes | CopyBytes(`Boolean` value, `Byte[]` buffer, `Int32` index) |
|
CopyBytes | CopyBytes(`Char` value, `Byte[]` buffer, `Int32` index) |
|
CopyBytes | CopyBytes(`Int16` value, `Byte[]` buffer, `Int32` index) |
|
CopyBytes | CopyBytes(`Int32` value, `Byte[]` buffer, `Int32` index) |
|
CopyBytes | CopyBytes(`Int64` value, `Byte[]` buffer, `Int32` index) |
|
CopyBytes | CopyBytes(`Single` value, `Byte[]` buffer, `Int32` index) |
|
CopyBytes | CopyBytes(`UInt16` value, `Byte[]` buffer, `Int32` index) |
|
CopyBytes | CopyBytes(`UInt32` value, `Byte[]` buffer, `Int32` index) |
|
CopyBytes | CopyBytes(`UInt64` value, `Byte[]` buffer, `Int32` index) |
|
Static Methods
Name | Type | Comments |
---|---|---|
ToString | ToString(`Byte[]` value) |
|
ToString | ToString(`Byte[]` value, `Int32` startIndex) |
|
ToString | ToString(`Byte[]` value, `Int32` startIndex, `Int32` length) |
|
ErrorCodes
Static Fields
Name | Type | Comments |
---|---|---|
RetryableErrorCodes | List<Int32> |
|
FishbowlPasswordUtil
Static Methods
Name | Type | Comments |
---|---|---|
Hash | Hash(`String` Password) |
|
FishbowlTCPConnection
Constructor
Methods
Name | Type | Comments |
---|---|---|
Dispose | Dispose() |
|
setReceiveTimeout | setReceiveTimeout(`Int32` timeout) |
|
setSendTimeout | setSendTimeout(`Int32` timeout) |
|
sendString | sendString(`String` msg) |
|
sendStringAsync | sendStringAsync(`String` msg) |
|
LittleEndianBitConverter
Constructor
Properties
Name | Type | Comments |
---|---|---|
Endianness | Endianness |
|
Methods
Name | Type | Comments |
---|---|---|
IsLittleEndian | IsLittleEndian() |
|
CopyBytesImpl | CopyBytesImpl(`Int64` value, `Int32` bytes, `Byte[]` buffer, `Int32` index) |
|
FromBytes | FromBytes(`Byte[]` buffer, `Int32` startIndex, `Int32` bytesToConvert) |
|
PayloadEvent
Constructor
Properties
Name | Type | Comments |
---|---|---|
Payload | String |
|
FishbowlException
Constructor
Properties
Name | Type | Comments |
---|---|---|
code | Int32 |
|
message | String |
|