- AbstractAcceptor<A,R> - Class in io.jstuff.pipeline
-
- AbstractAcceptor() - Constructor for class io.jstuff.pipeline.AbstractAcceptor
-
- AbstractIntAcceptor<R> - Class in io.jstuff.pipeline
-
- AbstractIntAcceptor() - Constructor for class io.jstuff.pipeline.AbstractIntAcceptor
-
- AbstractIntObjectPipeline<E,R> - Class in io.jstuff.pipeline
-
- AbstractIntObjectPipeline(Acceptor<? super E, ? extends R>) - Constructor for class io.jstuff.pipeline.AbstractIntObjectPipeline
-
Construct an
AbstractIntObjectPipeline with the given downstream
Acceptor.
- AbstractIntPipeline<R> - Class in io.jstuff.pipeline
-
- AbstractIntPipeline(IntAcceptor<? extends R>) - Constructor for class io.jstuff.pipeline.AbstractIntPipeline
-
Construct an
AbstractIntPipeline with the given downstream
IntAcceptor.
- AbstractObjectIntPipeline<A,R> - Class in io.jstuff.pipeline
-
- AbstractObjectIntPipeline(IntAcceptor<? extends R>) - Constructor for class io.jstuff.pipeline.AbstractObjectIntPipeline
-
Construct an
AbstractObjectIntPipeline with the given downstream
IntAcceptor.
- AbstractPipeline<A,E,R> - Class in io.jstuff.pipeline
-
- AbstractPipeline(Acceptor<? super E, ? extends R>) - Constructor for class io.jstuff.pipeline.AbstractPipeline
-
Construct an
AbstractPipeline with the given downstream
Acceptor.
- accept(A) - Method in class io.jstuff.pipeline.AbstractAcceptor
-
Accept an object.
- accept(A...) - Method in class io.jstuff.pipeline.AbstractAcceptor
-
Accept a sequence of values, supplied as vararg parameters.
- accept(int) - Method in class io.jstuff.pipeline.AbstractIntAcceptor
-
Accept an int.
- accept(int...) - Method in class io.jstuff.pipeline.AbstractIntAcceptor
-
Accept a sequence of int values, supplied as vararg parameters.
- accept(A) - Method in interface io.jstuff.pipeline.Acceptor
-
Accept a value.
- accept(Iterator<? extends A>) - Method in interface io.jstuff.pipeline.Acceptor
-
Accept a set of values from an
Iterator.
- accept(Enumeration<? extends A>) - Method in interface io.jstuff.pipeline.Acceptor
-
- accept(Iterable<? extends A>) - Method in interface io.jstuff.pipeline.Acceptor
-
Accept a set of values from an
Iterable.
- accept(Stream<? extends A>) - Method in interface io.jstuff.pipeline.Acceptor
-
Accept a set of values from a
Stream.
- accept(byte[], int, int) - Method in class io.jstuff.pipeline.buffer.ByteArrayPipeline
-
Accept a byte array with the specified offset and length.
- accept(int) - Method in interface io.jstuff.pipeline.IntAcceptor
-
Accept a value.
- accept(CharSequence) - Method in interface io.jstuff.pipeline.IntAcceptor
-
- accept(char[], int, int) - Method in interface io.jstuff.pipeline.IntAcceptor
-
Accept a section of a char array as a sequence of integer values.
- accept(char[]) - Method in interface io.jstuff.pipeline.IntAcceptor
-
Accept a char array as a sequence of integer values.
- accept(byte[], int, int) - Method in interface io.jstuff.pipeline.IntAcceptor
-
Accept a section of a byte array as a sequence of integer values.
- accept(byte[]) - Method in interface io.jstuff.pipeline.IntAcceptor
-
Accept a byte array as a sequence of integer values.
- accept(InputStream) - Method in interface io.jstuff.pipeline.IntAcceptor
-
- accept(Reader) - Method in interface io.jstuff.pipeline.IntAcceptor
-
Accept a
Reader as a sequence of integer values.
- accept(CharBuffer) - Method in interface io.jstuff.pipeline.IntAcceptor
-
Accept a
CharBuffer as a sequence of integer values.
- accept(ByteBuffer) - Method in interface io.jstuff.pipeline.IntAcceptor
-
Accept a
ByteBuffer as a sequence of integer values.
- acceptInt(int) - Method in class io.jstuff.pipeline.AbstractIntAcceptor
-
Accept an int, after closed check and test for end of data.
- acceptInt(int) - Method in class io.jstuff.pipeline.AppendableAcceptor
-
Accept an int, after closed check and test for end of data.
- acceptInt(int) - Method in class io.jstuff.pipeline.base64.Base64Decoder
-
- acceptInt(int) - Method in class io.jstuff.pipeline.base64.Base64Encoder
-
- acceptInt(int) - Method in class io.jstuff.pipeline.ByteArrayAcceptor
-
- acceptInt(int) - Method in class io.jstuff.pipeline.codec.ASCII_UTF16
-
- acceptInt(int) - Method in class io.jstuff.pipeline.codec.CodePoint_UTF16
-
- acceptInt(int) - Method in class io.jstuff.pipeline.codec.CodePoint_UTF8
-
- acceptInt(int) - Method in class io.jstuff.pipeline.codec.DecodingPipeline
-
- acceptInt(int) - Method in class io.jstuff.pipeline.codec.DynamicDecoder
-
Accept an int (after closed check and test for end of data).
- acceptInt(int) - Method in class io.jstuff.pipeline.codec.EncodingPipeline
-
- acceptInt(int) - Method in class io.jstuff.pipeline.codec.SwitchableDecoder
-
Accept a character, after closed check and test for end of data.
- acceptInt(int) - Method in class io.jstuff.pipeline.codec.UTF16_ASCII
-
- acceptInt(int) - Method in class io.jstuff.pipeline.codec.UTF16_CodePoint
-
- acceptInt(int) - Method in class io.jstuff.pipeline.codec.UTF16BE_UTF16
-
- acceptInt(int) - Method in class io.jstuff.pipeline.codec.UTF16LE_UTF16
-
- acceptInt(int) - Method in class io.jstuff.pipeline.codec.UTF32BE_CodePoint
-
- acceptInt(int) - Method in class io.jstuff.pipeline.codec.UTF32LE_CodePoint
-
- acceptInt(int) - Method in class io.jstuff.pipeline.codec.UTF8_CodePoint
-
- acceptInt(int) - Method in class io.jstuff.pipeline.codec.UTF8_UTF16
-
- acceptInt(int) - Method in class io.jstuff.pipeline.html.HTMLEncoder
-
- acceptInt(int) - Method in class io.jstuff.pipeline.IntCounter
-
- acceptInt(int) - Method in class io.jstuff.pipeline.IntFilter
-
- acceptInt(int) - Method in class io.jstuff.pipeline.LinePipeline
-
- acceptInt(IntAcceptor<?>, int) - Static method in class io.jstuff.pipeline.Pipelines
-
- acceptInt(int) - Method in class io.jstuff.pipeline.StringAcceptor
-
- acceptInt(int) - Method in class io.jstuff.pipeline.uri.SchemaURIEncoder
-
- acceptInt(int) - Method in class io.jstuff.pipeline.uri.URIDecoder
-
- acceptInt(int) - Method in class io.jstuff.pipeline.uri.URIEncoder
-
- acceptInt(int) - Method in class io.jstuff.pipeline.xml.XMLEncoder
-
- acceptInt(int) - Method in class io.jstuff.pipeline.xxml.DecoderBase
-
- acceptObject(A) - Method in class io.jstuff.pipeline.AbstractAcceptor
-
Accept a value, after closed check and test for end of data.
- acceptObject(byte[]) - Method in class io.jstuff.pipeline.buffer.ByteArrayPipeline
-
Accept a byte array, after closed check and test for end of data.
- acceptObject(byte[], int, int) - Method in class io.jstuff.pipeline.buffer.ByteArrayPipeline
-
Accept a byte array with the specified offset and length, after closed check and test for end of
data.
- acceptObject(ByteBuffer) - Method in class io.jstuff.pipeline.buffer.ByteBufferPipeline
-
Accept a
ByteBuffer, after
closed check and test for end of data.
- acceptObject(CharBuffer) - Method in class io.jstuff.pipeline.buffer.CharBufferPipeline
-
Accept a
CharBuffer, after
closed check and test for end of data.
- acceptObject(CharSequence) - Method in class io.jstuff.pipeline.buffer.CharSequencePipeline
-
Accept a
CharSequence, after
closed check and test for end of data.
- acceptObject(A) - Method in class io.jstuff.pipeline.Counter
-
- acceptObject(A) - Method in class io.jstuff.pipeline.Filter
-
Accept a value, after closed check and test for end of data.
- acceptObject(A) - Method in class io.jstuff.pipeline.Fold
-
- acceptObject(A) - Method in class io.jstuff.pipeline.ForkPipeline
-
- acceptObject(A) - Method in class io.jstuff.pipeline.ListAcceptor
-
- acceptObject(A) - Method in class io.jstuff.pipeline.Mapper
-
- acceptObject(A) - Method in class io.jstuff.pipeline.SetAcceptor
-
- Acceptor<A,R> - Interface in io.jstuff.pipeline
-
An acceptor that takes a value of the specified type.
- AppendableAcceptor<R> - Class in io.jstuff.pipeline
-
- AppendableAcceptor(Appendable) - Constructor for class io.jstuff.pipeline.AppendableAcceptor
-
- ASCII_UTF16<R> - Class in io.jstuff.pipeline.codec
-
A decoder
IntPipeline to convert ASCII encoding to UTF-16 data.
- ASCII_UTF16(IntAcceptor<? extends R>, ErrorStrategy) - Constructor for class io.jstuff.pipeline.codec.ASCII_UTF16
-
- ASCII_UTF16(IntAcceptor<? extends R>) - Constructor for class io.jstuff.pipeline.codec.ASCII_UTF16
-
- IGNORE - Static variable in interface io.jstuff.pipeline.codec.ErrorStrategy
-
- Ignore() - Constructor for class io.jstuff.pipeline.codec.ErrorStrategy.Ignore
-
- IntAcceptor<R> - Interface in io.jstuff.pipeline
-
An acceptor that takes an integer value.
- IntCounter - Class in io.jstuff.pipeline
-
- IntCounter() - Constructor for class io.jstuff.pipeline.IntCounter
-
- IntFilter<R> - Class in io.jstuff.pipeline
-
- IntFilter(IntAcceptor<? extends R>, IntPredicate) - Constructor for class io.jstuff.pipeline.IntFilter
-
Construct an
IntFilter with the given downstream
IntAcceptor.
- IntObjectPipeline<E,R> - Interface in io.jstuff.pipeline
-
A pipeline that takes integer values and emits object values.
- IntPipeline<R> - Interface in io.jstuff.pipeline
-
A pipeline that accepts and emits integer values.
- INVALID_MARKER - Static variable in class io.jstuff.pipeline.base64.Base64Decoder
-
- io.jstuff.pipeline - package io.jstuff.pipeline
-
Pipeline conversion library for Java
- io.jstuff.pipeline.base64 - package io.jstuff.pipeline.base64
-
- io.jstuff.pipeline.buffer - package io.jstuff.pipeline.buffer
-
Buffering classes for pipelines
- io.jstuff.pipeline.codec - package io.jstuff.pipeline.codec
-
UTF-16 encoding and decoding classes
- io.jstuff.pipeline.html - package io.jstuff.pipeline.html
-
- io.jstuff.pipeline.uri - package io.jstuff.pipeline.uri
-
- io.jstuff.pipeline.xml - package io.jstuff.pipeline.xml
-
- io.jstuff.pipeline.xxml - package io.jstuff.pipeline.xxml
-
- isClosed() - Method in class io.jstuff.pipeline.BaseAbstractAcceptor
-
Return true if the acceptor is closed, that is, an end of data marker has been received.
- isClosed() - Method in interface io.jstuff.pipeline.BaseAcceptor
-
Return true if the pipeline is closed.
- isComplete() - Method in interface io.jstuff.pipeline.BaseAcceptor
-
Return true if all sequences in the input are complete, that is, the input is not in the middle of a
sequence requiring more data.
- isComplete() - Method in interface io.jstuff.pipeline.BasePipeline
-
Return true if all sequences in the input are complete, both for the current stage and for the downstream
stages.
- ISO8859_15_UTF16<R> - Class in io.jstuff.pipeline.codec
-
A decoder
IntPipeline to convert ISO-8859-15 encoding to UTF-16 data.
- ISO8859_15_UTF16(IntAcceptor<? extends R>, ErrorStrategy) - Constructor for class io.jstuff.pipeline.codec.ISO8859_15_UTF16
-
- ISO8859_15_UTF16(IntAcceptor<? extends R>) - Constructor for class io.jstuff.pipeline.codec.ISO8859_15_UTF16
-
- ISO8859_1_UTF16<R> - Class in io.jstuff.pipeline.codec
-
A decoder
IntPipeline to convert ISO-8859-1 encoding to UTF-16 data.
- ISO8859_1_UTF16(IntAcceptor<? extends R>, ErrorStrategy) - Constructor for class io.jstuff.pipeline.codec.ISO8859_1_UTF16
-
- ISO8859_1_UTF16(IntAcceptor<? extends R>) - Constructor for class io.jstuff.pipeline.codec.ISO8859_1_UTF16
-
- isStageComplete() - Method in class io.jstuff.pipeline.base64.Base64Decoder
-
- isStageComplete() - Method in interface io.jstuff.pipeline.BasePipeline
-
Return true if all sequences in the input to this stage of the pipeline are complete, that is, the input
is not in the middle of a sequence requiring more data.
- isStageComplete() - Method in class io.jstuff.pipeline.codec.DynamicDecoder
-
Return true if all sequences in the input to this stage of the pipeline are complete, that is, the input
is not in the middle of a sequence requiring more data.
- isStageComplete() - Method in class io.jstuff.pipeline.codec.SwitchableDecoder
-
Return true if all sequences in the input to this stage of the pipeline are complete, that is, the input
is not in the middle of a sequence requiring more data.
- isStageComplete() - Method in class io.jstuff.pipeline.codec.UTF16_CodePoint
-
- isStageComplete() - Method in class io.jstuff.pipeline.codec.UTF16BE_UTF16
-
Return true if all sequences in the input to this stage of the pipeline are complete, that is, the input
is not in the middle of a sequence requiring more data.
- isStageComplete() - Method in class io.jstuff.pipeline.codec.UTF16LE_UTF16
-
Return true if all sequences in the input to this stage of the pipeline are complete, that is, the input
is not in the middle of a sequence requiring more data.
- isStageComplete() - Method in class io.jstuff.pipeline.codec.UTF32BE_CodePoint
-
Return true if all sequences in the input to this stage of the pipeline are complete, that is, the input
is not in the middle of a sequence requiring more data.
- isStageComplete() - Method in class io.jstuff.pipeline.codec.UTF32LE_CodePoint
-
Return true if all sequences in the input to this stage of the pipeline are complete, that is, the input
is not in the middle of a sequence requiring more data.
- isStageComplete() - Method in class io.jstuff.pipeline.codec.UTF8_CodePoint
-
- isStageComplete() - Method in class io.jstuff.pipeline.codec.UTF8_UTF16
-
- isUnreservedURI(int) - Static method in class io.jstuff.pipeline.uri.URIEncoder
-