Kit Documentation
Kit Documentation
Kit Reference
Kit.Modding Namespaces
Kit.Modding.Loaders
ZipMod Class
ZipMod Methods
Exists Method
FindFiles Method
ReadBytes Method
ReadBytesAsync Method
ReadText Method
ReadTextAsync Method
Unload Method
ZipMod
ReadBytes Method
Read the contents of a file in binary-mode.
Namespace:
Kit.Modding.Loaders
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
override
byte
[]
ReadBytes
(
string
path
)
Request Example
View Source
Parameters
path
Type:
System
String
Return Value
Type:
Byte
Contents of the file as a byte array.
See Also
Reference
ZipMod Class
Kit.Modding.Loaders Namespace
Send comments on this topic to
agam@frag-games.com