|
SourceJammer 1.1.0 March 1, 2002 Copyright (c) 2001, 2002 Robert MacGrogan |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.sourcejammer.server.source.AddBytes
This BuildStep class adds an array of bytes to the build.
Constructor Summary | |
AddBytes()
|
Method Summary | |
java.io.OutputStream |
build(SourceInputStream parent,
java.io.OutputStream buildSoFar)
Executes this build step on OutputStream buildSoFar. |
byte[] |
getBytesToAdd()
|
void |
setBytesToAdd(byte[] bytes)
|
int |
size()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public AddBytes()
Method Detail |
public int size()
public void setBytesToAdd(byte[] bytes)
public byte[] getBytesToAdd()
public java.io.OutputStream build(SourceInputStream parent, java.io.OutputStream buildSoFar) throws InvalidSourceException, java.io.IOException
parent
- -- SourceInputStream object of parent, or old version of this
source file.buildSoFar
- -- The new file being built. This object is modified
by either adding, skipping, or reading bytes
from parent.
|
SourceJammer 1.1.0 March 1, 2002 Copyright (c) 2001, 2002 Robert MacGrogan |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |