Skip navigation links
C F N P T U W 

C

copy(PrintStream, PrintStream) - Static method in interface net.kemitix.wrapper.printstream.PrintStreamWrapper
Creates a PrintStream that copies PrintStream.write(int) and PrintStream.write(byte[], int, int) calls to both the left and the right PrintStreams.

F

filter(PrintStream, PrintStreamWrapper.StringFilter) - Static method in interface net.kemitix.wrapper.printstream.PrintStreamWrapper
Create a String filtering PrintStream that will filter using the predicate.
filter(PrintStream, PrintStreamWrapper.ByteFilter) - Static method in interface net.kemitix.wrapper.printstream.PrintStreamWrapper
Create a Byte filtering PrintStream that will filter using the predicate.

N

net.kemitix.wrapper.printstream - package net.kemitix.wrapper.printstream
The MIT License (MIT) Copyright (c) 2018 Paul Campbell Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

P

printStreamDelegate() - Method in interface net.kemitix.wrapper.printstream.PrintStreamWrapper
The content of the PrintStreamWrapper as a PrintStream.
PrintStreamWrapper - Interface in net.kemitix.wrapper.printstream
Wrapper for handling PrintStream.
PrintStreamWrapper.ByteFilter - Interface in net.kemitix.wrapper.printstream
A Function for filtering a Byte.
PrintStreamWrapper.ByteTransform - Interface in net.kemitix.wrapper.printstream
A Function for transforming one Byte into another.
PrintStreamWrapper.StringFilter - Interface in net.kemitix.wrapper.printstream
A Function for filtering a String.
PrintStreamWrapper.StringTransform - Interface in net.kemitix.wrapper.printstream
A Function for transforming one String into another.

T

transform(PrintStream, PrintStreamWrapper.StringTransform) - Static method in interface net.kemitix.wrapper.printstream.PrintStreamWrapper
Creates a PrintStream that transforms calls the PrintStream.print(String) using the transformer before passing it on to the original.
transform(PrintStream, PrintStreamWrapper.ByteTransform) - Static method in interface net.kemitix.wrapper.printstream.PrintStreamWrapper
Creates a PrintStream that transforms calls the PrintStream.print(String) using the transformer before passing it on to the original.

U

unwrap(PrintStream) - Static method in interface net.kemitix.wrapper.printstream.PrintStreamWrapper
Get the wrapped PrintStream, if one exists.

W

write(int) - Method in interface net.kemitix.wrapper.printstream.PrintStreamWrapper
Writes the specified byte to this stream.
write(byte[], int, int) - Method in interface net.kemitix.wrapper.printstream.PrintStreamWrapper
Writes len bytes from the specified byte array starting at offset off to this stream.
C F N P T U W 
Skip navigation links

Copyright © 2015–2018. All rights reserved.