Package org.apache.tika.detect

Examples of org.apache.tika.detect.ContainerAwareDetector.detect()


         new ContainerAwareDetector(MimeTypes.getDefaultMimeTypes());
     
      try {
         assertEquals(
                 MediaType.application("vnd.ms-tnef"),
                 detector.detect(stream, new Metadata()));
     } finally {
         stream.close();
     }
   }
  
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.