图书介绍

J2ME技术参考手册2025|PDF|Epub|mobi|kindle电子书版本百度云盘下载

J2ME技术参考手册
  • 施铮等编著 著
  • 出版社: 北京:电子工业出版社
  • ISBN:7505394460
  • 出版时间:2004
  • 标注页数:728页
  • 文件大小:25MB
  • 文件页数:741页
  • 主题词:JAVA语言-程序设计-技术手册

PDF下载


点此进入-本书在线PDF格式电子书下载【推荐-云解压-方便快捷】直接下载PDF格式图书。移动端-PC端通用
种子下载[BT下载速度快]温馨提示:(请使用BT下载软件FDM进行下载)软件下载地址页直链下载[便捷但速度慢]  [在线试读本书]   [在线获取解压码]

下载说明

J2ME技术参考手册PDF格式电子书版下载

下载的文件为RAR压缩包。需要使用解压软件进行解压得到PDF格式图书。

建议使用BT下载工具Free Download Manager进行下载,简称FDM(免费,没有广告,支持多平台)。本站资源全部打包为BT种子。所以需要使用专业的BT下载软件进行下载。如BitComet qBittorrent uTorrent等BT下载工具。迅雷目前由于本站不是热门资源。不推荐使用!后期资源热门了。安装了迅雷也可以迅雷进行下载!

(文件页数 要大于 标注页数,上中下等多册电子书除外)

注意:本站所有压缩包均有解压码: 点击下载压缩包解压工具

图书目录

第1章 java.io包1

1.1 接口详解1

1.1.1 包中所有接口继承树1

1.1.2 DataInput接口1

1.1.3 DataOutput接口6

1.1.4 Externalizable接口10

1.1.5 FileFilter接口11

1.1.6 FilenameFilter接口12

1.1.7 ObjectInput接口13

1.1.8 ObjectInput Validation接口16

1.1.9 ObjectOutput接口17

1.1.10 ObjectStream Constants接口19

1.1.11 Serializable接口23

1.2.1 io包中所有类继承树24

1.2 类详解24

1.2.2 BufferedInput Stream类25

1.2.3 BufferedOutput Stream类30

1.2.4 BufferedReader类34

1.2.5 BufferedWriter类38

1.2.6 ByteArrayInput Stream类41

1.2.7 ByteArrayOutput Stream类45

1.2.8 CharArrayReader类49

1.2.9 CharArrayWriter类52

1.2.10 DataInput Stream类56

1.2.11 DataOutput Stream类63

1.2.12 File类68

1.2.13 FileDescriptor类83

1.2.14 FileInputStream类86

1.2.15 FileOutput Stream类90

1.2.16 FilePermission类95

1.2.17 FileReader类97

1.2.18 FileWriter类100

1.2.19 FilterInput Stream类102

1.2.20 FilterOutput Stream类106

1.2.21 FilterReader类109

1.2.22 FilterWriter类112

1.2.23 InputStream类115

1.2.24 InputStream Reader类120

1.2.25 LineNumber Reader类123

1.2.26 ObjectInput Stream类127

1.2.27 ObjectInputStream.GetField类137

1.2.28 ObjectOutput Stream类142

1.2.29 ObjectOutputStream.PutField类151

1.2.30 ObjectStream Class类154

1.2.31 ObjectStream Field类157

1.2.32 OutputStream类160

1.2.33 OutputStream Writer类162

1.2.34 PipedInput Stream类165

1.2.35 PipedOutput Stream类170

1.2.36 PipedReader类173

1.2.37 PipedWriter类176

1.2.38 PrintStream类179

1.2.39 PrintWriter类184

1.2.40 PushbackInput Stream类192

1.2.41 Pushback Reader类196

1.2.42 RandomAccess File类201

1.2.43 Reader类215

1.2.44 SequenceInput Stream类218

1.2.45 Serializable Permission类221

1.2.46 StringReader类223

1.2.47 StringWriter类226

1.2.48 Writer类229

1.3.1 io包中所有异常继承树232

1.3 异常详解232

1.3.2 CharConversion Exception异常233

1.3.3 EOFException异常234

1.3.4 FileNotFound Exception异常236

1.3.5 InterruptedIO Exception异常237

1.3.6 InvalidClass Exception异常239

1.3.7 InvalidObject Exception异常241

1.3.8 IOException异常242

1.3.9 NotActive Exception异常244

1.3.10 NotSerializable Exception异常245

1.3.11 ObjectStream Exception异常247

1.3.12 OptionalData Exception异常248

1.3.13 StreamCorrupted Exception异常250

1.3.14 SyncFailed Exception异常252

1.3.15 UnsupportedEncoding Exception异常253

1.3.16 UTFDataFormat Exception异常254

1.3.17 WriteAborted Exception异常256

第2章 java.lang包259

2.1 接口详解259

2.1.1 lang包中所有接口继承树259

2.1.2 Cloneable接口259

2.1.3 Comparable接口259

2.1.4 Runnable接口260

2.2 类详解261

2.2.1 lang包中所有类继承树261

2.2.2 Boolean类262

2.2.3 Byte类264

2.2.4 Character类267

2.2.5 Character.Subset类271

2.2.6 Character.Unicode Block类273

2.2.7 Class类275

2.2.8 ClassLoader类278

2.2.9 Compiler类288

2.2.10 Double类290

2.2.11 Float类298

2.2.12 InheritableThread Local类306

2.2.13 Integer类308

2.2.14 Long类314

2.2.15 Math类318

2.2.16 Number类321

2.2.17 Object类323

2.2.18 Package类327

2.2.19 Process类330

2.2.20 Runtime类333

2.2.21 Runtime Permission类335

2.2.22 Security Manager类336

2.2.23 Short类350

2.2.24 StrictMath类353

2.2.25 String类365

2.2.26 StringBuffer类379

2.2.27 System类389

2.2.28 Thread类392

2.2.29 ThreadGroup类397

2.2.30 ThreadLocal类405

2.2.31 Throwable类406

2.2.32 Void类409

2.3 异常详解410

2.3.1 lang包中所有异常继承树410

2.3.2 Arithmetic Exception异常410

2.3.3 ArrayIndexOutOf BoundsException异常412

2.3.4 ArrayStore Exception异常414

2.3.5 ClassCast Exception异常415

2.3.6 ClassNotFound Exception异常417

2.3.7 CloneNotSupported Exception异常418

2.3.8 Exception异常420

2.3.9 IllegalAccess Exception异常421

2.3.10 IllegalArgument Exception异常423

2.3.11 IllegalMonitorState Exception异常425

2.3.12 IllegalState Exception异常426

2.3.13 IllegalThreadState Exception异常428

2.3.14 IndexOutOfBounds Exception异常429

2.3.15 Instantiation Exception异常431

2.3.16 Interrupted Exception异常432

2.3.17 NegativeArraySize Exception异常433

2.3.18 NoSuchField Exception异常435

2.3.19 NoSuchMethod Exception异常436

2.3.20 Nullpointer Exception异常438

2.3.21 NumberFormat Exception异常439

2.3.22 RuntimeException异常440

2.3.23 SecurityException异常442

2.3.24 StringIndexOutOf Bounds Exception异常443

2.3.25 Unsupported Operation Exception异常444

2.4 错误详解446

2.4.1 lang包中所有错误继承树446

2.4.2 AbstractMethod Error错误447

2.4.3 ClassCircularity Error错误448

2.4.4 ClassFormatError错误450

2.4.5 Error错误451

2.4.6 ExceptionIn InitializerError错误453

2.4.7 IllegalAccessError错误455

2.4.8 IncompatibleClass ChangeError错误457

2.4.9 Instantiation Error错误458

2.4.10 InternalError错误460

2.4.11 LinkageError错误461

2.4.12 NoClassDef FoundError错误463

2.4.1 3 NoSuchFieldError错误464

2.4.14 NoSuchMethodError错误466

2.4.15 OutOfMemoryError错误467

2.4.16 StackOverflow Error错误469

2.4.17 ThreadDeath错误470

2.4.18 UnknownError错误471

2.4.19 UnsatisfiedLinkError错误473

2.4.20 UnsupportedClass VersionError错误474

2.4.21 VerifyError错误476

2.4.22 VirtualMachine Error错误477

第3章 java.util包481

3.1 接口详解481

3.1.1 util包中所有接口继承树481

3.1.2 Enumeration接口481

3.2 类详解482

3.2.1 util包中所有类继承树482

3.2.2 Calendar类482

3.2.3 Date类490

3.2.4 Hashtable类492

3.2.5 Random类496

3.2.6 Stack类499

3.2.7 Timer类502

3.2.8 TimerTask类507

3.2.9 TimeZone类509

3.2.10 Vector类512

3.3 异常详解519

3.3.1 util包中所有异常继承树519

3.3.2 EmptyStack Exception异常520

3.3.3 NoSuchElement Exception异常521

第4章 javax.microedition.io包523

4.1 接口详解523

4.1.1 io包中所有接口继承树523

4.1.2 Connection接口523

4.1.3 ContentConnection接口524

4.1.4 Datagram接口526

4.1.5 DatagramConnection接口530

4.1.6 HttpConnection接口532

4.1.7 InputConnection接口549

4.1.8 OutputConnection接口551

4.1.9 StreamConnection接口553

4.1.10 StreamConnection Notifier接口556

4.2 类详解557

4.2.1 io包中所有类继承树557

4.2.2 Connector类557

4.3 异常详解561

4.3.1 io包中所有异常继承树561

4.3.2 ConnectionNotFound Exception异常561

第5章 javax.microedition.1cdui包563

5.1 接口详解563

5.1.1 rms包中所有接口继承树563

5.1.2 Choice接口563

5.1.3 CommandListener接口569

5.1.4 ItemStateListener接口571

5.2 类详解573

5.2.1 lcdui包中所有类继承树573

5.2.2 Alert类574

5.2.3 AlertType类580

5.2.4 Canvas类583

5.2.5 ChoiceGroup类594

5.2.6 Command类603

5.2.7 DateField类607

5.2.8 Display类612

5.2.9 Displayable类616

5.2.10 Font类617

5.2.11 Forn类623

5.2.12 Gauge类629

5.2.13 Graphics类634

5.2.14 Image类647

5.2.15 ImageItem类650

5.2.16 Item类656

5.2.17 List类657

5.2.18 Screen类668

5.2.19 StringItem类670

5.2.20 TextBox类671

5.2.21 TextField类680

5.2.22 Ticker类688

第6章 javax.microedition.midlet包693

6.1 类详解693

6.1.1 MIDlet包中所有类继承树693

6.1.2 MIDlet类693

6.2 异常详解700

6.2.1 MIDlet包中所有异常继承树700

6.2.2 MIDletStateChange Exception异常700

7.1.2 RecordComparator接口703

7.1.1 rms包中所有接口继承树703

第7章 javax.microedition.rms包703

7.1 接口详解703

7.1.3 RecordEnumeration接口705

7.1.4 RecordFilter接口708

7.1.5 RecordListener接口709

7.2 类详解710

7.2.1 rms包中所有类继承树710

7.2.2 RecordStore类710

7.3 异常详解721

7.3.1 rms包中所有异常继承树721

7.3.2 InvalidRecordID Exception异常722

7.3.3 RecordStoreException异常723

7.3.4 RecordStoreFull Exception异常724

7.3.5 RecordStoreNotFound Exception异常725

7.3.6 RecordStoreNotOpen Exception异常727

热门推荐