Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个用于生成字符流的输入流。对于从流中解码的每个给定字符,我想知道原始流中的相应字节范围(开始/结束)。
是否有能够执行此操作的 java 库?