Uses of Class
org.wildfly.common.iteration.ByteIterator
Packages that use ByteIterator
Package
Description
Classes related to the manipulation of byte sequences.
Classes related to iteration.
-
Uses of ByteIterator in org.wildfly.common.bytes
Methods in org.wildfly.common.bytes that return ByteIteratorMethods in org.wildfly.common.bytes with parameters of type ByteIterator -
Uses of ByteIterator in org.wildfly.common.iteration
Fields in org.wildfly.common.iteration declared as ByteIteratorModifier and TypeFieldDescriptionstatic final ByteIteratorByteIterator.EMPTYThe empty byte iterator.Methods in org.wildfly.common.iteration that return ByteIteratorModifier and TypeMethodDescriptionCodePointIterator.asLatin1()Get a byte iterator over the latin-1 encoding of this code point iterator.CodePointIterator.asUtf8()Get a byte iterator over the UTF-8 encoding of this code point iterator.CodePointIterator.asUtf8(boolean escapeNul) Get a byte iterator over the UTF-8 encoding of this code point iterator.CodePointIterator.base32Decode()Base32-decode the current stream.CodePointIterator.base32Decode(Base32Alphabet alphabet) Base32-decode the current stream.CodePointIterator.base32Decode(Base32Alphabet alphabet, boolean requirePadding) Base32-decode the current stream.CodePointIterator.base64Decode()Base64-decode the current stream.CodePointIterator.base64Decode(Base64Alphabet alphabet) Base64-decode the current stream.CodePointIterator.base64Decode(Base64Alphabet alphabet, boolean requirePadding) Base64-decode the current stream.final ByteIteratorByteIterator.delimitedBy(int... delims) Get a sub-iterator that is delimited by the given bytes.ByteIterator.doFinal(MessageDigest digest) CodePointIterator.hexDecode()Hex-decode the current stream.ByteIterator.interleavedWith(byte[] table) Get a byte iterator which translates this byte iterator through an interleaving table.ByteIterator.interleavedWith(int[] table) Get a byte iterator which translates this byte iterator through an interleaving table.final ByteIteratorByteIterator.limitedTo(int size) Return a copy of this iterator which is limited to the given number of bytes after the current one.static ByteIteratorByteIterator.ofByteBuffer(ByteBuffer buffer) Get a byte iterator for a byte buffer.static ByteIteratorByteIterator.ofBytes(byte... bytes) Get a byte iterator for a byte array.static ByteIteratorByteIterator.ofBytes(byte[] bytes, int[] interleave) Get a byte iterator for a byte array with interleave.static ByteIteratorByteIterator.ofBytes(byte[] bytes, int offs, int len) Get a byte iterator for a byte array.static ByteIteratorByteIterator.ofBytes(byte[] bytes, int offs, int len, int[] interleave) Get a byte iterator for a byte array with interleave.static ByteIteratorByteIterator.ofIterators(ByteIterator... iterators) Get a concatenated byte iterator.Methods in org.wildfly.common.iteration with parameters of type ByteIteratorModifier and TypeMethodDescriptionfinal booleanByteIterator.contentEquals(ByteIterator other) Determine if the remaining contents of this iterator are identical to the remaining contents of the other iterator.static ByteIteratorByteIterator.ofIterators(ByteIterator... iterators) Get a concatenated byte iterator.