当前位置:首页 > 工业技术
J2ME技术参考手册
J2ME技术参考手册

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

工业技术

  • 电子书积分:20 积分如何计算积分?
  • 作 者:施铮等编著
  • 出 版 社:北京:电子工业出版社
  • 出版年份:2004
  • ISBN:7505394460
  • 页数:728 页
图书介绍:本书全面介绍了J2ME中MIDP框架的所有类及JFD框架中的两个基础核心包。全书共分为7章,分别介绍了java.io包、java.lang包、java.util包、javax.microedition.io包、javax.microedition.lcdui包、javax.microedition.midlet包和javax.microedition.rms包。本书内容详实、结构清晰、示例丰富,是广大J2ME程序员必备的参考书。
《J2ME技术参考手册》目录

第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

相关图书
作者其它书籍
返回顶部