JX Application Framework
Loading...
Searching...
No Matches
Functions
jStreamUtil_UNIX.cpp File Reference
#include "jStreamUtil.h"
Include dependency graph for jStreamUtil_UNIX.cpp:

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)
 

Function Documentation

◆ JSeekg() [1/2]

void JSeekg ( std::istream &  stream,
std::streamoff  offset,
JIOStreamSeekDir  direction 
)

◆ JSeekg() [2/2]

void JSeekg ( std::istream &  stream,
std::streampos  position 
)

◆ JSeekp() [1/2]

void JSeekp ( std::ostream &  stream,
std::streamoff  offset,
JIOStreamSeekDir  direction 
)

◆ JSeekp() [2/2]

void JSeekp ( std::ostream &  stream,
std::streampos  position 
)

◆ JSetState()

void JSetState ( std::ios &  stream,
const int  flag 
)

◆ JTellg()

JSize JTellg ( std::istream &  stream)

◆ JTellp()

JSize JTellp ( std::ostream &  stream)