Skip navigation links

Package io.jstuff.pipeline.codec

UTF-16 encoding and decoding classes

See: Description

Package io.jstuff.pipeline.codec Description

UTF-16 encoding and decoding classes

Classes that encode UTF-16 data (e.g. Java strings) to a byte encoding, or decode such encodings to UTF-16. Also included are classes to encode / decode to or from Unicode code points.

These classes all use the IntPipeline interface, which includes methods for accepting characters (as int) and emitting converted characters (one-to-one, one-to-many or many-to one).

Author:
Peter Wall
Skip navigation links

Copyright © 2025. All rights reserved.