WebLogic Integration


com.bea.wlxt.bintype
Class BinDump

java.lang.Object
  |
  +--com.bea.wlxt.bintype.BinDump

public class BinDump
extends java.lang.Object

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
BinDump()
           
 
Method Summary
static void BitDump(byte targetByte)
           
static void BitDump(byte targetByte, java.io.PrintStream out)
           
static void HexDump(byte[] data)
           
static void HexDump(byte[] data, java.io.PrintStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinDump

public BinDump()
Method Detail

HexDump

public static void HexDump(byte[] data)

HexDump

public static void HexDump(byte[] data,
                           java.io.PrintStream out)

BitDump

public static void BitDump(byte targetByte)

BitDump

public static void BitDump(byte targetByte,
                           java.io.PrintStream out)

WebLogic Integration

WebLogic Integration (WLI)