📄 slog_preview.java
字号:
import java.io.*;public class SLOG_Preview extends SLOG_String{ public SLOG_Preview( RandomAccessFile file_stm ) throws IOException { super.ReadFromRandomFile( file_stm ); } public SLOG_Preview( RandomAccessFile file_stm, long fileloc ) throws IOException { super.ReadFromRandomFileAt( file_stm, fileloc ); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -