Uses of Class
com.j256.simplemagic.types.StringType

Packages that use StringType
com.j256.simplemagic.types Various types which do the pattern matching. 
 

Uses of StringType in com.j256.simplemagic.types
 

Subclasses of StringType in com.j256.simplemagic.types
 class BigEndianString16Type
          A two-byte unicode (UCS16) string in big-endian byte order.
 class LittleEndianString16Type
          A two-byte unicode (UCS16) string in little-endian byte order.
 class PStringType
          A Pascal-style string where the first byte is interpreted as the an unsigned length.
 class SearchType
          From the magic(5) man page: A literal string search starting at the given line offset.
 



This content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.