ReactionRead Method |
| Name | Description | |
|---|---|---|
| Read(Byte) |
Read a binary data
| |
| Read(Stream) |
Read a string
| |
| Read(String) |
Parse a generic reaction string
| |
| Read(Byte, String) |
Read a binary data
| |
| Read(Byte, String) |
Read a binary data, and output the data's file format
| |
| Read(Stream, String) |
Read a stream
| |
| Read(Stream, String) |
Read a stream
| |
| Read(String, String) |
Read a reaction string which file format is known
| |
| Read(String, String) |
Parse a reaction string, and output the string's file format
|