书籍详情
J2ME技术参考手册
作者:施铮等编著
出版社:电子工业出版社
出版时间:2004-01-01
ISBN:9787505394469
定价:¥59.00
购买这本书可以去
内容简介
本书全面介绍了J2ME中MIDP框架的所有类及JFD框架中的两个基础核心包。全书共分7章,分别介绍了java.io包、java.lang包、java.util包、javax.microedition.io包、javax.microedition.lcdui包、javax.microedition.midlet包和javax.microedition.rms包。本书内容详实、结构清晰、示例丰富,是广大J2ME程序员必备的参考书。本书适合于专业和准专业的Java程序员阅读,也可作为正在转向进行Java移动开发的各类程序员的必备Java参考书。
作者简介
暂缺《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 *ObjectInputValidation接口 16
1.1.9 *ObjectOutput接口 17
1.1.10 *ObjectStreamConstants接口 19
1.1.11 *Serializable接口 23
1.2 类详解 24
1.2.1 io包中所有类继承树 24
1.2.2 *BufferedInputStream类 25
1.2.3 *BufferedOutputStream类 30
1.2.4 *BufferedReader类 34
1.2.5 *BufferedWriter类 38
1.2.6 ByteArrayInputStream类 41
1.2.7 ByteArrayOutputStream类 45
1.2.8 *CharArrayReader类 49
1.2.9 *CharArrayWriter类 52
1.2.10 DataInputStream类 56
1.2.11 DataOutputStream类 63
1.2.12 *File类 68
1.2.13 *FileDescriptor类 83
1.2.14 *FileInputStream类 86
1.2.15 *FileOutputStream类 90
1.2.16 *FilePermission类 95
1.2.17 *FileReader类 97
1.2.18 *FileWriter类 100
1.2.19 *FilterInputStream类 102
1.2.20 *FilterOutputStream类 106
1.2.21 *FilterReader类 109
1.2.22 *FilterWriter类 112
1.2.23 InputStream类 115
1.2.24 InputStreamReader类 120
1.2.25 *LineNumberReader类 123
1.2.26 *ObjectInputStream类 127
1.2.27 *ObjectInputStream.GetField类 137
1.2.28 *ObjectOutputStream类 142
1.2.29 *ObjectOutputStream.PutField类 151
1.2.30 *ObjectStreamClass类 154
1.2.31 *ObjectStreamField类 157
1.2.32 OutputStream类 160
1.2.33 OutputStreamWriter类 162
1.2.34 *PipedInputStream类 165
1.2.35 *PipedOutputStream类 170
1.2.36 *PipedReader类 173
1.2.37 *PipedWriter类 176
1.2.38 PrintStream类 179
1.2.39 *PrintWriter类 184
1.2.40 *PushbackInputStream类 192
1.2.41 *PushbackReader类 196
1.2.42 *RandomAccessFile类 201
1.2.43 Reader类 215
1.2.44 *SequenceInputStream类 218
1.2.45 *SerializablePermission类 221
1.2.46 *StringReader类 223
1.2.47 *StringWriter类 226
1.2.48 Writer类 229
1.3 异常详解 232
1.3.1 io包中所有异常继承树 232
1.3.2 *CharConversionException异常 233
1.3.3 EOFException异常 234
1.3.4 *FileNotFoundException异常 236
1.3.5 InterruptedIOException异常 237
1.3.6 *InvalidClassException异常 239
1.3.7 *InvalidObjectException异常 241
1.3.8 IOException异常 242
1.3.9 *NotActiveException异常 244
1.3.10 *NotSerializableException异常 245
1.3.11 *ObjectStreamException异常 247
1.3.12 *OptionalDataException异常 248
1.3.13 *StreamCorruptedException异常 250
1.3.14 *SyncFailedException异常 252
1.3.15 UnsupportedEncodingException异常 253
1.3.16 UTFDataFormatException异常 254
1.3.17 *WriteAbortedException异常 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.UnicodeBlock类 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 *InheritableThreadLocal类 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 *RuntimePermission类 335
2.2.22 *SecurityManager类 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 ArithmeticException异常 410
2.3.3 ArrayIndexOutOfBoundsException异常 412
2.3.4 ArrayStoreException异常 414
2.3.5 ClassCastException异常 415
2.3.6 ClassNotFoundException异常 417
2.3.7 *CloneNotSupportedException异常 418
2.3.8 Exception异常 420
2.3.9 IllegalAccessException异常 421
2.3.10 IllegalArgumentException异常 423
2.3.11 IllegalMonitorStateException异常 425
2.3.12 IllegalStateException异常 426
2.3.13 IllegalThreadStateException异常 428
2.3.14 IndexOutOfBoundsException异常 429
2.3.15 InstantiationException异常 431
2.3.16 InterruptedException异常 432
2.3.17 NegativeArraySizeException异常 433
2.3.18 *NoSuchFieldException异常 435
2.3.19 *NoSuchMethodException异常 436
2.3.20 NullPointerException异常 438
2.3.21 NumberFormatException异常 439
2.3.22 RuntimeException异常 440
2.3.23 SecurityException异常 442
2.3.24 StringIndexOutOfBoundsException异常 443
2.3.25 *UnsupportedOperationException异常 444
2.4 错误详解 446
2.4.1 lang包中所有错误继承树 446
2.4.2 *AbstractMethodError错误 447
2.4.3 *ClassCircularityError错误 448
2.4.4 *ClassFormatError错误 450
2.4.5 Error错误 451
2.4.6 *ExceptionInInitializerError错误 453
2.4.7 *IllegalAccessError错误 455
2.4.8 *IncompatibleClassChangeError错误 457
2.4.9 *InstantiationError错误 458
2.4.10 *InternalError错误 460
2.4.11 *LinkageError错误 461
2.4.12 *NoClassDefFoundError错误 463
2.4.13 *NoSuchFieldError错误 464
2.4.14 *NoSuchMethodError错误 466
2.4.15 OutOfMemoryError错误 467
2.4.16 *StackOverflowError错误 469
2.4.17 *ThreadDeath错误 470
2.4.18 *UnknownError错误 471
2.4.19 *UnsatisfiedLinkError错误 473
2.4.20 *UnsupportedClassVersionError错误 474
2.4.21 *VerifyError错误 476
2.4.22 VirtualMachineError错误 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 EmptyStackException异常 520
3.3.3 NoSuchElementException异常 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 StreamConnectionNotifier接口 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 ConnectionNotFoundException异常 561
第5章 javax.microedition.lcdui包 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 Form类 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 MIDletStateChangeException异常 700
第7章 javax.microedition.rms包 703
7.1 接口详解 703
7.1.1 rms包中所有接口继承树 703
7.1.2 RecordComparator接口 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 InvalidRecordIDException异常 722
7.3.3 RecordStoreException异常 723
7.3.4 RecordStoreFullException异常 724
7.3.5 RecordStoreNotFoundException异常 725
7.3.6 RecordStoreNotOpenException异常 727
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 *ObjectInputValidation接口 16
1.1.9 *ObjectOutput接口 17
1.1.10 *ObjectStreamConstants接口 19
1.1.11 *Serializable接口 23
1.2 类详解 24
1.2.1 io包中所有类继承树 24
1.2.2 *BufferedInputStream类 25
1.2.3 *BufferedOutputStream类 30
1.2.4 *BufferedReader类 34
1.2.5 *BufferedWriter类 38
1.2.6 ByteArrayInputStream类 41
1.2.7 ByteArrayOutputStream类 45
1.2.8 *CharArrayReader类 49
1.2.9 *CharArrayWriter类 52
1.2.10 DataInputStream类 56
1.2.11 DataOutputStream类 63
1.2.12 *File类 68
1.2.13 *FileDescriptor类 83
1.2.14 *FileInputStream类 86
1.2.15 *FileOutputStream类 90
1.2.16 *FilePermission类 95
1.2.17 *FileReader类 97
1.2.18 *FileWriter类 100
1.2.19 *FilterInputStream类 102
1.2.20 *FilterOutputStream类 106
1.2.21 *FilterReader类 109
1.2.22 *FilterWriter类 112
1.2.23 InputStream类 115
1.2.24 InputStreamReader类 120
1.2.25 *LineNumberReader类 123
1.2.26 *ObjectInputStream类 127
1.2.27 *ObjectInputStream.GetField类 137
1.2.28 *ObjectOutputStream类 142
1.2.29 *ObjectOutputStream.PutField类 151
1.2.30 *ObjectStreamClass类 154
1.2.31 *ObjectStreamField类 157
1.2.32 OutputStream类 160
1.2.33 OutputStreamWriter类 162
1.2.34 *PipedInputStream类 165
1.2.35 *PipedOutputStream类 170
1.2.36 *PipedReader类 173
1.2.37 *PipedWriter类 176
1.2.38 PrintStream类 179
1.2.39 *PrintWriter类 184
1.2.40 *PushbackInputStream类 192
1.2.41 *PushbackReader类 196
1.2.42 *RandomAccessFile类 201
1.2.43 Reader类 215
1.2.44 *SequenceInputStream类 218
1.2.45 *SerializablePermission类 221
1.2.46 *StringReader类 223
1.2.47 *StringWriter类 226
1.2.48 Writer类 229
1.3 异常详解 232
1.3.1 io包中所有异常继承树 232
1.3.2 *CharConversionException异常 233
1.3.3 EOFException异常 234
1.3.4 *FileNotFoundException异常 236
1.3.5 InterruptedIOException异常 237
1.3.6 *InvalidClassException异常 239
1.3.7 *InvalidObjectException异常 241
1.3.8 IOException异常 242
1.3.9 *NotActiveException异常 244
1.3.10 *NotSerializableException异常 245
1.3.11 *ObjectStreamException异常 247
1.3.12 *OptionalDataException异常 248
1.3.13 *StreamCorruptedException异常 250
1.3.14 *SyncFailedException异常 252
1.3.15 UnsupportedEncodingException异常 253
1.3.16 UTFDataFormatException异常 254
1.3.17 *WriteAbortedException异常 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.UnicodeBlock类 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 *InheritableThreadLocal类 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 *RuntimePermission类 335
2.2.22 *SecurityManager类 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 ArithmeticException异常 410
2.3.3 ArrayIndexOutOfBoundsException异常 412
2.3.4 ArrayStoreException异常 414
2.3.5 ClassCastException异常 415
2.3.6 ClassNotFoundException异常 417
2.3.7 *CloneNotSupportedException异常 418
2.3.8 Exception异常 420
2.3.9 IllegalAccessException异常 421
2.3.10 IllegalArgumentException异常 423
2.3.11 IllegalMonitorStateException异常 425
2.3.12 IllegalStateException异常 426
2.3.13 IllegalThreadStateException异常 428
2.3.14 IndexOutOfBoundsException异常 429
2.3.15 InstantiationException异常 431
2.3.16 InterruptedException异常 432
2.3.17 NegativeArraySizeException异常 433
2.3.18 *NoSuchFieldException异常 435
2.3.19 *NoSuchMethodException异常 436
2.3.20 NullPointerException异常 438
2.3.21 NumberFormatException异常 439
2.3.22 RuntimeException异常 440
2.3.23 SecurityException异常 442
2.3.24 StringIndexOutOfBoundsException异常 443
2.3.25 *UnsupportedOperationException异常 444
2.4 错误详解 446
2.4.1 lang包中所有错误继承树 446
2.4.2 *AbstractMethodError错误 447
2.4.3 *ClassCircularityError错误 448
2.4.4 *ClassFormatError错误 450
2.4.5 Error错误 451
2.4.6 *ExceptionInInitializerError错误 453
2.4.7 *IllegalAccessError错误 455
2.4.8 *IncompatibleClassChangeError错误 457
2.4.9 *InstantiationError错误 458
2.4.10 *InternalError错误 460
2.4.11 *LinkageError错误 461
2.4.12 *NoClassDefFoundError错误 463
2.4.13 *NoSuchFieldError错误 464
2.4.14 *NoSuchMethodError错误 466
2.4.15 OutOfMemoryError错误 467
2.4.16 *StackOverflowError错误 469
2.4.17 *ThreadDeath错误 470
2.4.18 *UnknownError错误 471
2.4.19 *UnsatisfiedLinkError错误 473
2.4.20 *UnsupportedClassVersionError错误 474
2.4.21 *VerifyError错误 476
2.4.22 VirtualMachineError错误 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 EmptyStackException异常 520
3.3.3 NoSuchElementException异常 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 StreamConnectionNotifier接口 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 ConnectionNotFoundException异常 561
第5章 javax.microedition.lcdui包 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 Form类 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 MIDletStateChangeException异常 700
第7章 javax.microedition.rms包 703
7.1 接口详解 703
7.1.1 rms包中所有接口继承树 703
7.1.2 RecordComparator接口 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 InvalidRecordIDException异常 722
7.3.3 RecordStoreException异常 723
7.3.4 RecordStoreFullException异常 724
7.3.5 RecordStoreNotFoundException异常 725
7.3.6 RecordStoreNotOpenException异常 727
猜您喜欢