|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RandomSource
A source of random bits.
Method Summary | |
---|---|
void |
getPage(byte[] block,
byte[] page)
Fills page with random bytes. |
Method Detail |
---|
void getPage(byte[] block, byte[] page) throws PageException
page
with random bytes. block
may be used
as a parameter that influences the creation of a page. Depending on
implementation, calling getPage
multiple times with the same
block
may not necessarily return the same page each time.
block
- A buffer of random bytes used to create page.page
- Created page. This array will be mutated to contain the created
page.
PageException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |