Sese Framework  x.y.z
A cross-platform framework
载入中...
搜索中...
未找到
sese::io 命名空间参考

class  AbstractByteBuffer
 字节缓冲区类 更多...
 
class  AbstractFixedBuffer
 固定大小的字节缓冲区类 更多...
 
class  BaseStreamReader
 输出流包装类,Windows 下 UTF-8 需要特殊处理 更多...
 
class  BufferedInputStream
 输入流缓存类 更多...
 
class  BufferedOutputStream
 输出流缓存类 更多...
 
class  BufferedStream
 流缓存类 更多...
 
class  ByteBuffer
 线程安全的字节缓冲类 更多...
 
class  ByteBuilder
 线程不安全的字节缓冲类 更多...
 
class  ClosableFakeStream
 可关闭的伪装流 更多...
 
class  Closeable
 可关闭接口 更多...
 
class  ConsoleOutputStream
 控制台输出流类 - 仅用于测试 更多...
 
class  FakeStream
 伪装流 更多...
 
class  FileStream
 文件流类 更多...
 
class  FixedBuffer
 线程安全的固定大小缓存 更多...
 
class  FixedBuilder
 线程不安全的固定大小缓存 更多...
 
class  InputBufferWrapper
 输入缓存包装器 更多...
 
class  InputStream
 流式输入接口类 更多...
 
class  InputStreamReader
 可读流读取器 更多...
 
class  NullOutputStream
 黑洞输出流 更多...
 
class  OutputBufferWrapper
 输出缓存包装器 更多...
 
class  OutputStream
 流式输出接口类 更多...
 
class  PeekableStream
 可窥视流接口 更多...
 
class  RandomInputStream
 随机输入流 更多...
 
class  StdInputStreamWrapper
 标准库输入包装流 更多...
 
class  StdOutputStreamWrapper
 标准库输出包装流 更多...
 
class  Stream
 流式接口类 更多...
 

类型定义

using StreamReader = BaseStreamReader<char>
 
using WStreamReader = BaseStreamReader<wchar_t>
 
using File = FileStream
 
using InputBuffer = InputBufferWrapper
 输入缓存包装器
 
using OutputBuffer = OutputBufferWrapper
 输出缓存包装器
 

枚举

enum class  Seek { CUR = SEEK_CUR , BEGIN = SEEK_SET , END = SEEK_END }
 Seek 基址 更多...
 

类型定义说明

◆ File

◆ InputBuffer

输入缓存包装器

◆ OutputBuffer

输出缓存包装器

◆ StreamReader

◆ WStreamReader

枚举类型说明

◆ Seek

enum class sese::io::Seek
strong

Seek 基址

枚举值
CUR 

当前指针

BEGIN 

起始位置指针

END 

末尾位置指针