public class DbFileBlock extends Object
コンストラクタと説明 |
---|
DbFileBlock() |
DbFileBlock(String url,
int number,
byte[] body,
boolean eof) |
修飾子とタイプ | メソッドと説明 |
---|---|
byte[] |
getBody()
Not-null value.
|
boolean |
getEof() |
int |
getNumber() |
String |
getUrl()
Not-null value.
|
void |
setBody(byte[] body)
Not-null value; ensure this value is available before it is saved to the database.
|
void |
setEof(boolean eof) |
void |
setNumber(int number) |
void |
setUrl(String url)
Not-null value; ensure this value is available before it is saved to the database.
|
public DbFileBlock()
public DbFileBlock(String url, int number, byte[] body, boolean eof)
public String getUrl()
public void setUrl(String url)
public int getNumber()
public void setNumber(int number)
public byte[] getBody()
public void setBody(byte[] body)
public boolean getEof()
public void setEof(boolean eof)