Uses of Interface
cool.scx.http.media.MediaReader
Packages that use MediaReader
Package
Description
-
Uses of MediaReader in cool.scx.http.body
Methods in cool.scx.http.body with parameters of type MediaReaderModifier and TypeMethodDescription<T> TCacheBody.as(MediaReader<T> t) <T> TGzipBody.as(MediaReader<T> t) <T> TScxHttpBody.as(MediaReader<T> t) -
Uses of MediaReader in cool.scx.http.media.byte_array
Classes in cool.scx.http.media.byte_array that implement MediaReader -
Uses of MediaReader in cool.scx.http.media.event_stream
Classes in cool.scx.http.media.event_stream that implement MediaReader -
Uses of MediaReader in cool.scx.http.media.form_params
Classes in cool.scx.http.media.form_params that implement MediaReader -
Uses of MediaReader in cool.scx.http.media.multi_part
Classes in cool.scx.http.media.multi_part that implement MediaReaderMethods in cool.scx.http.media.multi_part with parameters of type MediaReader -
Uses of MediaReader in cool.scx.http.media.object
Classes in cool.scx.http.media.object that implement MediaReader -
Uses of MediaReader in cool.scx.http.media.path
Classes in cool.scx.http.media.path that implement MediaReaderModifier and TypeClassDescriptionclass将内容写入到文件 todo 这里是否有必要支持 复杂的写入 比如指定文件的偏移量和写入长度 还是保持当前类的简便化 因为 用户可以直接拿到 InputStream 添加复杂的功能是否有意义 ? -
Uses of MediaReader in cool.scx.http.media.string
Classes in cool.scx.http.media.string that implement MediaReaderModifier and TypeClassDescriptionfinal class1, 如果未指定字符集则 使用 请求头中的字符集 如果请求头中的字符集为空则回退到 UTF_8 2, 如果指定字符集 忽略 请求头中的字符集 -
Uses of MediaReader in cool.scx.http.media.tree
Classes in cool.scx.http.media.tree that implement MediaReader