📄 sjis_reader.java
字号:
/* * @(#)SJIS_Reader.java 1.10 02/07/24 @(#) * * Copyright (c) 1999-2001 Sun Microsystems, Inc. All rights reserved. * PROPRIETARY/CONFIDENTIAL * Use is subject to license terms. */package com.sun.cldc.i18n.j2me;/** * SJIS character encoded Reader. */public class SJIS_Reader extends Gen_Reader { /** * Constructor for SJIS Reader. * @exception ClassNotFoundException is thrown if the conversion * class is not available */ public SJIS_Reader() throws ClassNotFoundException { super("SJIS"); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -