|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpalio.modules.report.ReportBuffer
palio.modules.report.ReportMemoryBuffer
public class ReportMemoryBuffer
Klasa służąca do buforowania w pamięci treści raportu i zapisu do bazy.
Field Summary | |
---|---|
static int |
DEFAULT_BUFFER_SIZE
domyślny rozmiar bufora (przy tworzeniu bufor jest inicjalizowany na taki rozmiar) |
Fields inherited from class palio.modules.report.ReportBuffer |
---|
DEFAULT_CHARSET_ENCODING |
Constructor Summary | |
---|---|
ReportMemoryBuffer()
Konstruktor domyślny |
Method Summary | |
---|---|
void |
internalClose()
Zamyka bufor i zwalnia pamięć. |
boolean |
internalOpen()
Otwiera i czyści bufor raportu. |
void |
internalSave(long contentSize)
Zapisuje treść raportu. |
void |
internalSaveCompressed(long contentSize)
Kompresuje i zapisuje skompresowaną treść raportu. |
Methods inherited from class palio.modules.report.ReportBuffer |
---|
append, append, append, close, open, save, saveCompressed |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int DEFAULT_BUFFER_SIZE
Constructor Detail |
---|
public ReportMemoryBuffer()
Method Detail |
---|
public boolean internalOpen()
public void internalSave(long contentSize) throws palio.PalioException, java.io.IOException
internalSave
in class ReportBuffer
contentSize
- rozmiar treści raportu
palio.PalioException
java.io.IOException
public void internalSaveCompressed(long contentSize) throws palio.PalioException, java.io.IOException
internalSaveCompressed
in class ReportBuffer
contentSize
- rozmiar treści raportu
palio.PalioException
java.io.IOException
public void internalClose() throws palio.PalioException
internalClose
in class ReportBuffer
palio.PalioException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |