| オーバーロード | 解説 | 
|---|---|
| Write<T>(T) | Writes a single value to the stream, and advances the current position within this stream by the number of bytes written. | 
| Write(Single) | Writes the specified value. | 
| Write(Int32) | Writes the specified value. | 
| Write(Int16) | Writes the specified value. | 
| Write(Boolean) | Writes the specified value. | 
| Write(Vector2) | Writes the specified value. | 
| Write(Vector3) | Writes the specified value. | 
| Write(Vector4) | Writes the specified value. | 
| Write(ColorF) | Writes the specified value. | 
| Write(Matrix4x4) | Writes the specified value. | 
| Write(Byte[],Int32,Int32) | Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written. | 
| Write(IntPtr,Int32,Int32) | When overridden in a derived class, writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written. |