Uses of Interface
com.aoapps.encoding.Style

  • Uses of Style in com.aoapps.encoding

    Classes in com.aoapps.encoding that implement Style
    Modifier and Type
    Class
    Description
    final class 
    Streaming versions of media encoders.
    final class 
    Streaming versions of media encoders.
    final class 
    Streaming versions of media encoders.
    final class 
    Streaming versions of media encoders.
    Methods in com.aoapps.encoding that return Style
    Modifier and Type
    Method
    Description
    default Style
    Style.encode(MediaType contentType, char ch)
    Deprecated.
    Encoding of arbitrary content types is not expected since all supported types have per-type methods.
    default Style
    Style.encode(MediaType contentType, char[] cbuf)
    Deprecated.
    Encoding of arbitrary content types is not expected since all supported types have per-type methods.
    default Style
    Style.encode(MediaType contentType, char[] cbuf, int offset, int len)
    Deprecated.
    Encoding of arbitrary content types is not expected since all supported types have per-type methods.
    default <Ex extends Throwable>
    Style
    Style.encode(MediaType contentType, MediaWritable<Ex> content)
    Deprecated.
    Encoding of arbitrary content types is not expected since all supported types have per-type methods.
    default <Ex extends Throwable>
    Style
    Style.encode(MediaType contentType, IOSupplierE<?,Ex> content)
    Deprecated.
    Encoding of arbitrary content types is not expected since all supported types have per-type methods.
    Style.encode(MediaType contentType, CharSequence csq)
    Deprecated.
    Encoding of arbitrary content types is not expected since all supported types have per-type methods.
    Style.encode(MediaType contentType, CharSequence csq, int start, int end)
    Deprecated.
    Encoding of arbitrary content types is not expected since all supported types have per-type methods.
    Style.encode(MediaType contentType, Object content)
    Deprecated.
    Encoding of arbitrary content types is not expected since all supported types have per-type methods.
    default Style
    Style.style(char ch)
    Writes the given CSS stylesheet with proper encoding.
    default Style
    Style.style(char[] cbuf)
    Writes the given CSS stylesheet with proper encoding.
    default Style
    Style.style(char[] cbuf, int offset, int len)
    Writes the given CSS stylesheet with proper encoding.
    default <Ex extends Throwable>
    Style
    Style.style(StyleWritable<Ex> style)
    Writes the given CSS stylesheet with proper encoding.
    default <Ex extends Throwable>
    Style
    Style.style(IOSupplierE<?,Ex> style)
    Writes the given CSS stylesheet with proper encoding.
    default Style
    Style.style(CharSequence csq)
    Writes the given CSS stylesheet with proper encoding.
    default Style
    Style.style(CharSequence csq, int start, int end)
    Writes the given CSS stylesheet with proper encoding.
    default Style
    Style.style(Object style)
    Writes the given CSS stylesheet with proper encoding.