com.ibm.jzos.sample
Class PeekOSMemory

java.lang.Object
  extended by com.ibm.jzos.sample.PeekOSMemory

public class PeekOSMemory
extends java.lang.Object

Sample program that dumps 500 bytes from the CVT to System.out

See Also:
ZUtil.peekOSMemory(long, int), ZUtil.peekOSMemory(long, byte[]), ByteUtil.dumpHex(String, byte[], OutputStream)

Constructor Summary
PeekOSMemory()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeekOSMemory

public PeekOSMemory()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception