Package com.lightcrafts.image.metadata.values

Examples of com.lightcrafts.image.metadata.values.ShortMetaValue


                    final int cfTagIDStart = tagID << 8;
                    for ( int i = 1; i < longs.length; ++i ) {
                        final int n = (int)longs[i];
                        putValue(
                            cfTagIDStart | (n >>> 8),
                            new ShortMetaValue( (short)(n & 0xFF) )
                        );
                    }
                }
                return;
            case CANON_FLASH_INFO:
View Full Code Here

TOP

Related Classes of com.lightcrafts.image.metadata.values.ShortMetaValue

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.