Uses of Interface
org.apache.shiro.lang.util.ByteSource
Packages that use ByteSource
-
Uses of ByteSource in org.apache.shiro.lang.util
Classes in org.apache.shiro.lang.util that implement ByteSourceModifier and TypeClassDescriptionclassVery simpleByteSourceimplementation that maintains an internalbyte[]array and uses theHexandBase64codec classes to support thetoHex()andtoBase64()implementations.Methods in org.apache.shiro.lang.util that return ByteSourceModifier and TypeMethodDescriptionstatic ByteSourceByteSource.Util.bytes(byte[] bytes) Returns a newByteSourceinstance representing the specified byte array.static ByteSourceByteSource.Util.bytes(char[] chars) Returns a newByteSourceinstance representing the specified character array's bytes.static ByteSourceReturns a newByteSourceinstance representing the specified File's bytes.static ByteSourceByteSource.Util.bytes(InputStream stream) Returns a newByteSourceinstance representing the specified InputStream's bytes.static ByteSourceReturns aByteSourceinstance representing the specified byte source argument.static ByteSourceReturns a newByteSourceinstance representing the specified string's bytes.static ByteSourceByteSource.Util.bytes(ByteSource source) Returns a newByteSourceinstance representing the specified ByteSource.static ByteSourceSimpleByteSource.empty()Methods in org.apache.shiro.lang.util with parameters of type ByteSourceModifier and TypeMethodDescriptionstatic ByteSourceByteSource.Util.bytes(ByteSource source) Returns a newByteSourceinstance representing the specified ByteSource.Constructors in org.apache.shiro.lang.util with parameters of type ByteSourceModifierConstructorDescriptionSimpleByteSource(ByteSource source) Creates an instance using the sources bytes directly - it does not create a copy of the argument's byte array.