/ Macwelt 2
/ Macwelt DVD 2.cdr / System / Entwickler-Tools / macosx / BlueJ 1.2.0 / examples / hello / Hello.java ![]() | < prev | next > |
MacBinary | 2002-03-26 | 896 b | [□□□□/□□□□] |
Confidence | Program | Detection | Match Type | Support |
---|---|---|---|---|
1% | dexvert | MacBinary (archive/macBinary) | fallback | Supported |
100% | file | MacBinary II, Tue Mar 26 03:46:16 2002, modified Tue Mar 26 03:46:16 2002, 378 bytes "Hello.java" , at 0x1fa 286 bytes resource | default (weak) | |
99% | file | data | default | |
100% | TrID | MacBinary 2 | default (weak) | |
100% | dearkID | deark: macbinary | default | |
100% | siegfried | fmt/1762 MacBinary (II) | default | |
100% | lsar | MacBinary | default | |
100% | librempegprobeID | NGC (Nintendo DSP Standard) (ngcdspstd) | default (weak) |
id metadata | |
---|---|
key | value |
macFileType | [□□□□] |
macFileCreator | [□□□□] |
+--------+-------------------------+-------------------------+--------+--------+
|00000000| 00 0a 48 65 6c 6c 6f 2e | 6a 61 76 61 00 00 00 00 |..Hello.|java....|
|00000010| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|00000020| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|00000030| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|00000040| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|00000050| 00 00 00 00 00 01 7a 00 | 00 01 1e b8 c5 e5 d8 b8 |......z.|........|
|00000060| c5 e5 d8 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|00000070| 00 00 00 00 00 00 00 00 | 00 00 81 81 20 e3 00 00 |........|.... ...|
|00000080| 2f 2a 2a 0a 20 2a 20 43 | 6c 61 73 73 20 48 65 6c |/**. * C|lass Hel|
|00000090| 6c 6f 0a 20 2a 0a 20 2a | 20 54 65 73 74 20 70 72 |lo. *. *| Test pr|
|000000a0| 6f 67 72 61 6d 20 74 6f | 20 64 65 6d 6f 6e 73 74 |ogram to| demonst|
|000000b0| 72 61 74 65 20 42 6c 75 | 65 4a 0a 20 2a 2f 0a 63 |rate Blu|eJ. */.c|
|000000c0| 6c 61 73 73 20 48 65 6c | 6c 6f 0a 7b 0a 20 20 20 |lass Hel|lo.{. |
|000000d0| 20 2f 2a 2a 0a 20 20 20 | 20 20 2a 20 4d 65 74 68 | /**. | * Meth|
|000000e0| 6f 64 20 74 68 61 74 20 | 64 6f 65 73 20 74 68 65 |od that |does the|
|000000f0| 20 77 6f 72 6b 20 0a 20 | 20 20 20 20 2a 2f 0a 20 | work . | */. |
|00000100| 20 20 20 70 75 62 6c 69 | 63 20 76 6f 69 64 20 67 | publi|c void g|
|00000110| 6f 28 29 0a 20 20 20 20 | 7b 0a 20 20 20 20 20 20 |o(). |{. |
|00000120| 20 20 53 79 73 74 65 6d | 2e 6f 75 74 2e 70 72 69 | System|.out.pri|
|00000130| 6e 74 6c 6e 28 22 48 65 | 6c 6c 6f 2c 20 77 6f 72 |ntln("He|llo, wor|
|00000140| 6c 64 22 29 3b 0a 20 20 | 20 20 7d 0a 20 20 20 20 |ld");. | }. |
|00000150| 0a 20 20 20 20 2f 2a 2a | 0a 20 20 20 20 20 2a 20 |. /**|. * |
|00000160| 20 6d 61 69 6e 20 6d 65 | 74 68 6f 64 20 66 6f 72 | main me|thod for|
|00000170| 20 74 65 73 74 69 6e 67 | 20 6f 75 74 73 69 64 65 | testing| outside|
|00000180| 20 42 6c 75 65 4a 20 0a | 20 20 20 20 20 2a 2f 0a | BlueJ .| */.|
|00000190| 20 20 20 20 70 75 62 6c | 69 63 20 73 74 61 74 69 | publ|ic stati|
|000001a0| 63 20 76 6f 69 64 20 6d | 61 69 6e 28 53 74 72 69 |c void m|ain(Stri|
|000001b0| 6e 67 5b 5d 20 61 72 67 | 73 29 0a 20 20 20 20 7b |ng[] arg|s). {|
|000001c0| 0a 20 20 20 20 20 20 20 | 20 48 65 6c 6c 6f 20 68 |. | Hello h|
|000001d0| 69 20 3d 20 6e 65 77 20 | 48 65 6c 6c 6f 28 29 3b |i = new |Hello();|
|000001e0| 0a 20 20 20 20 20 20 20 | 20 68 69 2e 67 6f 28 29 |. | hi.go()|
|000001f0| 3b 0a 20 20 20 20 7d 0a | 7d 0a 00 00 00 00 00 00 |;. }.|}.......|
|00000200| 00 00 01 00 00 00 01 00 | 00 00 00 00 00 00 00 1e |........|........|
|00000210| 54 68 69 73 20 72 65 73 | 6f 75 72 63 65 20 66 6f |This res|ource fo|
|00000220| 72 6b 20 69 6e 74 65 6e | 74 69 6f 6e 61 6c 6c 79 |rk inten|tionally|
|00000230| 20 6c 65 66 74 20 62 6c | 61 6e 6b 20 20 20 00 00 | left bl|ank ..|
|00000240| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|00000250| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|00000260| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|00000270| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|00000280| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|00000290| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|000002a0| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|000002b0| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|000002c0| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|000002d0| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|000002e0| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|000002f0| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|00000300| 00 00 01 00 00 00 01 00 | 00 00 00 00 00 00 00 1e |........|........|
|00000310| 00 00 00 00 00 00 00 00 | 00 1c 00 1e ff ff 00 00 |........|........|
|00000320| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|00000330| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|00000340| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|00000350| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|00000360| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
|00000370| 00 00 00 00 00 00 00 00 | 00 00 00 00 00 00 00 00 |........|........|
+--------+-------------------------+-------------------------+--------+--------+