|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.utils.SubstitutionIntegerFilter
Performs substitution operation on a stream of integer write requests.
Constructor Summary | |
SubstitutionIntegerFilter(IWriteable out,
int[] target,
int[] substitute)
Creates a new SubstitutionIntegerFilter instance. |
|
SubstitutionIntegerFilter(IWriteable out,
int[] target,
int[] substitute,
int bufferSize)
Creates a new SubstitutionIntegerFilter instance. |
Method Summary | |
void |
close()
|
void |
flush()
|
void |
write(int number)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SubstitutionIntegerFilter(IWriteable out, int[] target, int[] substitute)
SubstitutionIntegerFilter
instance.
out
- an IWriteable
object valuetarget
- an int[]
pattern to be replacedsubstitute
- an int[]
pattern to replace the originalpublic SubstitutionIntegerFilter(IWriteable out, int[] target, int[] substitute, int bufferSize)
SubstitutionIntegerFilter
instance.
out
- an IWriteable
object valuetarget
- an int[]
pattern to be replacedsubstitute
- an int[]
pattern to replace the originalbufferSize
- a buffer sizeMethod Detail |
public void write(int number) throws java.io.IOException
java.io.IOException
public void flush() throws java.io.IOException
java.io.IOException
public void close() throws java.io.IOException
java.io.IOException
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |