class:/TYPE/LiteNetLib.Utils.NetDataReader//, can be loaded from an assetbundle using LiteNetLib_Utils::NetDataReader::createfromassetbundle(bundlename,prefabname) /
System.Void
System.Boolean
System.Boolean[]
System.Byte
| System.Void GetBytes( |
| ) |
System.Byte[] destination-no documentation
| destination System.Byte[] | no documentation |
| start System.Int32 | no documentation count - |
System.Void
| System.Void GetBytes( |
| ) |
System.Byte[] destination-no documentation
| destination System.Byte[] | no documentation count - |
System.Void
System.Byte[]
System.Char
System.Double
System.Double[]
System.Single
System.Single[]
System.Int32
System.Int32[]
System.Int64
System.Int64[]
System.Net.IPEndPoint
System.Byte[]
System.Int16
System.Int16[]
| System.String GetString( |
| ) |
System.Int32 maxLength-no documentation
maxLength -
System.String
System.String
| System.String[] GetStringArray( |
| ) |
System.Int32 maxStringLength-no documentation
maxStringLength -
System.String[]
System.String[]
System.UInt32
System.UInt32[]
System.UInt64
System.UInt64[]
System.UInt16
System.UInt16[]
Constructor replaces new;
LiteNetLib.Utils.NetDataReader
| static LiteNetLib.Utils.NetDataReader Create ( |
| ) |
Constructor replaces new;
| writer LiteNetLib.Utils.NetDataWriter | no description |
LiteNetLib.Utils.NetDataReader
| static LiteNetLib.Utils.NetDataReader CreateFromAssetBundle( |
| ) |
Constructor for object from a bundle
| bundle string | bundle name |
| objectname string | object name with extension |
LiteNetLib.Utils.NetDataReader
System.Boolean
System.Byte
System.Char
System.Double
System.Single
System.Int32
System.Int64
System.Int16
| System.String PeekString( |
| ) |
System.Int32 maxLength-no documentation
maxLength -
System.String
System.String
System.UInt32
System.UInt64
System.UInt16
| System.Void SetSource( |
| ) |
System.Byte[] source-no documentation
source -
System.Void
| System.Void SetSource( |
| ) |
LiteNetLib.Utils.NetDataWriter dataWriter-no documentation
dataWriter -
System.Void
| System.Void SetSource( |
| ) |
System.Byte[] source-no documentation
| source System.Byte[] | no documentation |
| offset System.Int32 | no documentation maxSize - |
System.Void
| System.Void SetSource( |
| ) |
System.Byte[] source-no documentation
| source System.Byte[] | no documentation offset - |
System.Void
| System.Void SkipBytes( |
| ) |
System.Int32 count-no documentation
count -
System.Void