public interface Recorder
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
CREATE_NEW_FILE
Create a new file.
|
static int |
CREATE_TEMP_FILE
Create a temporary file.
|
static int |
DELETE
Delete a file.
|
static int |
OPEN_OUTPUT_STREAM
Open a file output stream.
|
static int |
RENAME
Rename a file.
|
static int |
TRUNCATE
Truncate the file.
|
static int |
WRITE
Write to the file.
|
static final int CREATE_NEW_FILE
static final int CREATE_TEMP_FILE
static final int DELETE
static final int OPEN_OUTPUT_STREAM
static final int RENAME
static final int TRUNCATE
static final int WRITE
void log(int op,
String fileName,
byte[] data,
long x)
op - the operationfileName - the file name or file name listdata - the data or nullx - the value or 0Copyright © 2022. All rights reserved.