Class ByteWrapper
java.lang.Object
org.codehaus.groovy.runtime.wrappers.Wrapper
org.codehaus.groovy.runtime.wrappers.PojoWrapper
org.codehaus.groovy.runtime.wrappers.ByteWrapper
- All Implemented Interfaces:
GroovyObject
public class ByteWrapper extends PojoWrapper
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ByteWrapper(byte wrapped)
-
Method Summary
Methods inherited from class org.codehaus.groovy.runtime.wrappers.PojoWrapper
getDelegatedMetaClass, getProperty, getWrapped, invokeMethod, setMetaClass, setProperty, unwrap
-
Constructor Details
-
ByteWrapper
public ByteWrapper(byte wrapped)
-