|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--net.sourceforge.dvb.projectx.io.StandardBuffer
| Constructor Summary | |
StandardBuffer()
|
|
StandardBuffer(int val1)
|
|
| Method Summary | |
byte[] |
getData()
|
int |
getType()
|
void |
reset()
|
void |
write(byte[] data)
|
void |
write(byte[] data,
int offset,
int length)
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public StandardBuffer()
public StandardBuffer(int val1)
| Method Detail |
public int getType()
public void write(byte[] data)
throws java.io.IOException
public void write(byte[] data,
int offset,
int length)
throws java.io.IOException
public byte[] getData()
throws java.io.IOException
public void reset()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||