bootimagenativestream.java
来自「纯java操作系统jnode,安装简单和操作简单的个人使用的Java操作系统」· Java 代码 · 共 21 行
JAVA
21 行
/*
* $Id: BootImageNativeStream.java,v 1.1 2003/12/02 10:12:21 epr Exp $
*/
package org.jnode.assembler;
/**
* Interface that contains methods that can be used during the creation
* of the boot image, but not at runtime.
*
* @author Ewout Prangsma (epr@users.sourceforge.net)
*/
public interface BootImageNativeStream {
/**
* Write a reference to the given object
* @param object
*/
public void writeObjectRef(Object object);
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?