org.jruby.libraries
Class DigestLibrary.MD5

java.lang.Object
  extended by org.jruby.libraries.DigestLibrary.MD5
All Implemented Interfaces:
Library
Enclosing class:
DigestLibrary

public static class DigestLibrary.MD5
extends java.lang.Object
implements Library


Constructor Summary
DigestLibrary.MD5()
           
 
Method Summary
 void load(Ruby runtime, boolean wrap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DigestLibrary.MD5

public DigestLibrary.MD5()
Method Detail

load

public void load(Ruby runtime,
                 boolean wrap)
          throws java.io.IOException
Specified by:
load in interface Library
Throws:
java.io.IOException


Copyright © 2002-2007 JRuby Team. All Rights Reserved.