|
JX Application Framework
|
#include "jStreamUtil.h"Functions | |
| JSize | JTellg (std::istream &stream) |
| void | JSeekg (std::istream &stream, std::streampos position) |
| void | JSeekg (std::istream &stream, std::streamoff offset, JIOStreamSeekDir direction) |
| JSize | JTellp (std::ostream &stream) |
| void | JSeekp (std::ostream &stream, std::streampos position) |
| void | JSeekp (std::ostream &stream, std::streamoff offset, JIOStreamSeekDir direction) |
| void | JSetState (std::ios &stream, const int flag) |
| void JSeekg | ( | std::istream & | stream, |
| std::streamoff | offset, | ||
| JIOStreamSeekDir | direction | ||
| ) |
| void JSeekg | ( | std::istream & | stream, |
| std::streampos | position | ||
| ) |
| void JSeekp | ( | std::ostream & | stream, |
| std::streamoff | offset, | ||
| JIOStreamSeekDir | direction | ||
| ) |
| void JSeekp | ( | std::ostream & | stream, |
| std::streampos | position | ||
| ) |
| void JSetState | ( | std::ios & | stream, |
| const int | flag | ||
| ) |
| JSize JTellg | ( | std::istream & | stream | ) |
| JSize JTellp | ( | std::ostream & | stream | ) |