Warning: session_start(): open(/var/lib/php/sessions/sess_gv89a2lm2kh90c24k6pi8k94gs, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
// a deflater that writes out buffered data on flush()
// (and also flushes the underlying stream)
// You can use this for highly compressed piece-wise streams
// such as logs or websockets.
static DeflaterOutputStream deflaterOutputStream_syncFlush(File f) ctex {
ret new DeflaterOutputStream(newFileOutputStream(f), true);
}
static DeflaterOutputStream deflaterOutputStream_syncFlush(OutputStream out) ctex {
ret new DeflaterOutputStream(out, true);
}