|
SourceJammer 1.2.0.1 May 20, 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.ByteArraySource
Represents a non-diffed byte array that implements Delta for convenience. Could be either zipped or not.
| Constructor Summary | |
ByteArraySource(byte[] file)
|
|
| Method Summary | |
byte[] |
getFile()
|
boolean |
isZipped()
|
void |
setFile(byte[] file)
|
void |
setZipped(boolean b)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ByteArraySource(byte[] file)
| Method Detail |
public byte[] getFile()
public void setFile(byte[] file)
public void setZipped(boolean b)
public boolean isZipped()
|
SourceJammer 1.2.0.1 May 20, 2002 Copyright (c) 2001, 2002 Robert MacGrogan |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||