Uses of Class
org.apache.poi.util.LittleEndianInputStream

Packages that use LittleEndianInputStream
org.apache.poi.hwmf.record   
org.apache.poi.poifs.crypt Implementation of the ECMA-376 Document Encryption 
 

Uses of LittleEndianInputStream in org.apache.poi.hwmf.record
 

Methods in org.apache.poi.hwmf.record with parameters of type LittleEndianInputStream
 int HwmfWindowing.WmfScanObject.init(LittleEndianInputStream leis)
           
 int HwmfPalette.PaletteEntry.init(LittleEndianInputStream leis)
           
 int HwmfFont.init(LittleEndianInputStream leis)
           
 int HwmfColorRef.init(LittleEndianInputStream leis)
           
 int HwmfBitmap16.init(LittleEndianInputStream leis)
           
 int HwmfBitmapDib.init(LittleEndianInputStream leis, int recordSize)
           
 int HwmfWindowing.WmfSetViewportOrg.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfWindowing.WmfSetViewportExt.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfWindowing.WmfOffsetViewportOrg.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfWindowing.WmfSetWindowOrg.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfWindowing.WmfSetWindowExt.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfWindowing.WmfOffsetWindowOrg.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfWindowing.WmfScaleWindowExt.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfWindowing.WmfScaleViewportExt.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfWindowing.WmfOffsetClipRgn.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfWindowing.WmfExcludeClipRect.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfWindowing.WmfIntersectClipRect.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfWindowing.WmfSelectClipRegion.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfWindowing.WmfCreateRegion.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfText.WmfSetTextCharExtra.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfText.WmfSetTextColor.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfText.WmfSetTextJustification.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfText.WmfTextOut.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfText.WmfExtTextOut.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfText.WmfSetTextAlign.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfText.WmfCreateFontIndirect.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfRecord.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
          Init record from stream
 int HwmfPalette.WmfPaletteParent.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfPalette.WmfResizePalette.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfPalette.WmfSelectPalette.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfPalette.WmfRealizePalette.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfMisc.WmfSaveDc.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfMisc.WmfSetRelabs.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfMisc.WmfRestoreDc.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfMisc.WmfSetBkColor.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfMisc.WmfSetBkMode.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfMisc.WmfSetLayout.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfMisc.WmfSetMapMode.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfMisc.WmfSetMapperFlags.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfMisc.WmfSetRop2.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfMisc.WmfSetStretchBltMode.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfMisc.WmfDibCreatePatternBrush.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfMisc.WmfDeleteObject.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfMisc.WmfCreatePatternBrush.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfMisc.WmfCreatePenIndirect.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfMisc.WmfCreateBrushIndirect.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfFill.WmfFillRegion.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfFill.WmfPaintRegion.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfFill.WmfFloodFill.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfFill.WmfSetPolyfillMode.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfFill.WmfExtFloodFill.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfFill.WmfInvertRegion.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfFill.WmfPatBlt.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfFill.WmfStretchBlt.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfFill.WmfStretchDib.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfFill.WmfBitBlt.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfFill.WmfSetDibToDev.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfFill.WmfDibBitBlt.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfFill.WmfDibStretchBlt.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfEscape.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfDraw.WmfMoveTo.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfDraw.WmfLineTo.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfDraw.WmfPolygon.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfDraw.WmfEllipse.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfDraw.WmfFrameRegion.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfDraw.WmfPolyPolygon.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfDraw.WmfRectangle.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfDraw.WmfSetPixel.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfDraw.WmfRoundRect.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfDraw.WmfArc.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
 int HwmfDraw.WmfSelectObject.init(LittleEndianInputStream leis, long recordSize, int recordFunction)
           
protected  int HwmfBitmapDib.readColors(LittleEndianInputStream leis)
           
static HwmfPlaceableHeader HwmfPlaceableHeader.readHeader(LittleEndianInputStream leis)
           
protected  int HwmfBitmapDib.readHeader(LittleEndianInputStream leis)
           
protected  int HwmfBitmapDib.readRGBQuad(LittleEndianInputStream leis, int count)
           
 

Constructors in org.apache.poi.hwmf.record with parameters of type LittleEndianInputStream
HwmfHeader(LittleEndianInputStream leis)
           
HwmfPlaceableHeader(LittleEndianInputStream leis)
           
 

Uses of LittleEndianInputStream in org.apache.poi.poifs.crypt
 

Subclasses of LittleEndianInputStream in org.apache.poi.poifs.crypt
 class ChunkedCipherInputStream
           
 



Copyright 2016 The Apache Software Foundation or its licensors, as applicable.