public interface FileListener
| Modifier and Type | Method and Description |
|---|---|
void |
onClose(Emulator<?> emulator,
FileIO io) |
void |
onOpenSuccess(Emulator<?> emulator,
String pathname,
FileIO io) |
void |
onRead(Emulator<?> emulator,
String pathname,
byte[] bytes) |
void |
onWrite(Emulator<?> emulator,
String pathname,
byte[] bytes) |
Copyright © 2026. All rights reserved.