Java Doc for Encoder.java in  » ERP-CRM-Financial » Personal-Finance-Manager » SevenZip » Compression » lzma » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » ERP CRM Financial » Personal Finance Manager » SevenZip.Compression.lzma 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   SevenZip.Compression.lzma.Encoder

Encoder
public class Encoder (Code)

Inner Class :class LiteralEncoder
Inner Class :class LenEncoder
Inner Class :class LenPriceTableEncoder extends LenEncoder
Inner Class :class Optimal

Field Summary
final public static  intEMatchFinderTypeBT2
    
final public static  intEMatchFinderTypeBT4
    
 int_additionalOffset
    
 int_alignPriceCount
    
 int[]_alignPrices
    
 int_dictionarySize
    
 int_dictionarySizePrev
    
 int_distTableSize
    
 int[]_distancesPrices
    
 boolean_finished
    
 java.io.InputStream_inStream
    
 short[]_isMatch
    
 short[]_isRep
    
 short[]_isRep0Long
    
 short[]_isRepG0
    
 short[]_isRepG1
    
 short[]_isRepG2
    
 LenPriceTableEncoder_lenEncoder
    
 LiteralEncoder_literalEncoder
    
 int_longestMatchLength
    
 boolean_longestMatchWasFound
    
 int[]_matchDistances
    
 SevenZip.Compression.lz.BinTree_matchFinder
    
 int_matchFinderType
    
 int_matchPriceCount
    
 boolean_needReleaseMFStream
    
 int_numDistancePairs
    
 int_numFastBytes
    
 int_numFastBytesPrev
    
 int_numLiteralContextBits
    
 int_numLiteralPosStateBits
    
 Optimal[]_optimum
    
 int_optimumCurrentIndex
    
 int_optimumEndIndex
    
 BitTreeEncoder_posAlignEncoder
    
 short[]_posEncoders
    
 BitTreeEncoder[]_posSlotEncoder
    
 int[]_posSlotPrices
    
 int_posStateBits
    
 int_posStateMask
    
 byte_previousByte
    
 SevenZip.Compression.RangeCoder.Encoder_rangeEncoder
    
 int[]_repDistances
    
 LenPriceTableEncoder_repMatchLenEncoder
    
 int_state
    
 boolean_writeEndMark
    
 intbackRes
    
 boolean[]finished
    
static  byte[]g_FastPos
    
final static  intkDefaultDictionaryLogSize
    
final static  intkIfinityPrice
    
final static  intkNumFastBytesDefault
    
final public static  intkNumLenSpecSymbols
    
final static  intkNumOpts
    
final public static  intkPropSize
    
 longnowPos64
    
 long[]processedInSize
    
 long[]processedOutSize
    
 byte[]properties
    
 int[]repLens
    
 int[]reps
    
 int[]tempPrices
    

Constructor Summary
public  Encoder()
    

Method Summary
 intBackward(int cur)
    
 voidBaseInit()
    
 booleanChangePair(int smallDist, int bigDist)
    
public  voidCode(java.io.InputStream inStream, java.io.OutputStream outStream, long inSize, long outSize, ICodeProgress progress)
    
public  voidCodeOneBlock(long[] inSize, long[] outSize, boolean[] finished)
    
 voidCreate()
    
 voidFillAlignPrices()
    
 voidFillDistancesPrices()
    
 voidFlush(int nowPos)
    
 intGetOptimum(int position)
    
 intGetPosLenPrice(int pos, int len, int posState)
    
static  intGetPosSlot(int pos)
    
static  intGetPosSlot2(int pos)
    
 intGetPureRepPrice(int repIndex, int state, int posState)
    
 intGetRepLen1Price(int state, int posState)
    
 intGetRepPrice(int repIndex, int len, int state, int posState)
    
 voidInit()
    
 voidMovePos(int num)
    
 intReadMatchDistances()
    
 voidReleaseMFStream()
    
 voidReleaseOutStream()
    
 voidReleaseStreams()
    
public  booleanSeNumFastBytes(int numFastBytes)
    
public  booleanSetAlgorithm(int algorithm)
    
public  booleanSetDictionarySize(int dictionarySize)
    
public  voidSetEndMarkerMode(boolean endMarkerMode)
    
public  booleanSetLcLpPb(int lc, int lp, int pb)
    
public  booleanSetMatchFinder(int matchFinderIndex)
    
 voidSetOutStream(java.io.OutputStream outStream)
    
 voidSetStreams(java.io.InputStream inStream, java.io.OutputStream outStream, long inSize, long outSize)
    
 voidSetWriteEndMarkerMode(boolean writeEndMarker)
    
public  voidWriteCoderProperties(java.io.OutputStream outStream)
    
 voidWriteEndMarker(int posState)
    

Field Detail
EMatchFinderTypeBT2
final public static int EMatchFinderTypeBT2(Code)



EMatchFinderTypeBT4
final public static int EMatchFinderTypeBT4(Code)



_additionalOffset
int _additionalOffset(Code)



_alignPriceCount
int _alignPriceCount(Code)



_alignPrices
int[] _alignPrices(Code)



_dictionarySize
int _dictionarySize(Code)



_dictionarySizePrev
int _dictionarySizePrev(Code)



_distTableSize
int _distTableSize(Code)



_distancesPrices
int[] _distancesPrices(Code)



_finished
boolean _finished(Code)



_inStream
java.io.InputStream _inStream(Code)



_isMatch
short[] _isMatch(Code)



_isRep
short[] _isRep(Code)



_isRep0Long
short[] _isRep0Long(Code)



_isRepG0
short[] _isRepG0(Code)



_isRepG1
short[] _isRepG1(Code)



_isRepG2
short[] _isRepG2(Code)



_lenEncoder
LenPriceTableEncoder _lenEncoder(Code)



_literalEncoder
LiteralEncoder _literalEncoder(Code)



_longestMatchLength
int _longestMatchLength(Code)



_longestMatchWasFound
boolean _longestMatchWasFound(Code)



_matchDistances
int[] _matchDistances(Code)



_matchFinder
SevenZip.Compression.lz.BinTree _matchFinder(Code)



_matchFinderType
int _matchFinderType(Code)



_matchPriceCount
int _matchPriceCount(Code)



_needReleaseMFStream
boolean _needReleaseMFStream(Code)



_numDistancePairs
int _numDistancePairs(Code)



_numFastBytes
int _numFastBytes(Code)



_numFastBytesPrev
int _numFastBytesPrev(Code)



_numLiteralContextBits
int _numLiteralContextBits(Code)



_numLiteralPosStateBits
int _numLiteralPosStateBits(Code)



_optimum
Optimal[] _optimum(Code)



_optimumCurrentIndex
int _optimumCurrentIndex(Code)



_optimumEndIndex
int _optimumEndIndex(Code)



_posAlignEncoder
BitTreeEncoder _posAlignEncoder(Code)



_posEncoders
short[] _posEncoders(Code)



_posSlotEncoder
BitTreeEncoder[] _posSlotEncoder(Code)



_posSlotPrices
int[] _posSlotPrices(Code)



_posStateBits
int _posStateBits(Code)



_posStateMask
int _posStateMask(Code)



_previousByte
byte _previousByte(Code)



_rangeEncoder
SevenZip.Compression.RangeCoder.Encoder _rangeEncoder(Code)



_repDistances
int[] _repDistances(Code)



_repMatchLenEncoder
LenPriceTableEncoder _repMatchLenEncoder(Code)



_state
int _state(Code)



_writeEndMark
boolean _writeEndMark(Code)



backRes
int backRes(Code)



finished
boolean[] finished(Code)



g_FastPos
static byte[] g_FastPos(Code)



kDefaultDictionaryLogSize
final static int kDefaultDictionaryLogSize(Code)



kIfinityPrice
final static int kIfinityPrice(Code)



kNumFastBytesDefault
final static int kNumFastBytesDefault(Code)



kNumLenSpecSymbols
final public static int kNumLenSpecSymbols(Code)



kNumOpts
final static int kNumOpts(Code)



kPropSize
final public static int kPropSize(Code)



nowPos64
long nowPos64(Code)



processedInSize
long[] processedInSize(Code)



processedOutSize
long[] processedOutSize(Code)



properties
byte[] properties(Code)



repLens
int[] repLens(Code)



reps
int[] reps(Code)



tempPrices
int[] tempPrices(Code)




Constructor Detail
Encoder
public Encoder()(Code)




Method Detail
Backward
int Backward(int cur)(Code)



BaseInit
void BaseInit()(Code)



ChangePair
boolean ChangePair(int smallDist, int bigDist)(Code)



Code
public void Code(java.io.InputStream inStream, java.io.OutputStream outStream, long inSize, long outSize, ICodeProgress progress) throws IOException(Code)



CodeOneBlock
public void CodeOneBlock(long[] inSize, long[] outSize, boolean[] finished) throws IOException(Code)



Create
void Create()(Code)



FillAlignPrices
void FillAlignPrices()(Code)



FillDistancesPrices
void FillDistancesPrices()(Code)



Flush
void Flush(int nowPos) throws IOException(Code)



GetOptimum
int GetOptimum(int position) throws IOException(Code)



GetPosLenPrice
int GetPosLenPrice(int pos, int len, int posState)(Code)



GetPosSlot
static int GetPosSlot(int pos)(Code)



GetPosSlot2
static int GetPosSlot2(int pos)(Code)



GetPureRepPrice
int GetPureRepPrice(int repIndex, int state, int posState)(Code)



GetRepLen1Price
int GetRepLen1Price(int state, int posState)(Code)



GetRepPrice
int GetRepPrice(int repIndex, int len, int state, int posState)(Code)



Init
void Init()(Code)



MovePos
void MovePos(int num) throws java.io.IOException(Code)



ReadMatchDistances
int ReadMatchDistances() throws java.io.IOException(Code)



ReleaseMFStream
void ReleaseMFStream()(Code)



ReleaseOutStream
void ReleaseOutStream()(Code)



ReleaseStreams
void ReleaseStreams()(Code)



SeNumFastBytes
public boolean SeNumFastBytes(int numFastBytes)(Code)



SetAlgorithm
public boolean SetAlgorithm(int algorithm)(Code)



SetDictionarySize
public boolean SetDictionarySize(int dictionarySize)(Code)



SetEndMarkerMode
public void SetEndMarkerMode(boolean endMarkerMode)(Code)



SetLcLpPb
public boolean SetLcLpPb(int lc, int lp, int pb)(Code)



SetMatchFinder
public boolean SetMatchFinder(int matchFinderIndex)(Code)



SetOutStream
void SetOutStream(java.io.OutputStream outStream)(Code)



SetStreams
void SetStreams(java.io.InputStream inStream, java.io.OutputStream outStream, long inSize, long outSize)(Code)



SetWriteEndMarkerMode
void SetWriteEndMarkerMode(boolean writeEndMarker)(Code)



WriteCoderProperties
public void WriteCoderProperties(java.io.OutputStream outStream) throws IOException(Code)



WriteEndMarker
void WriteEndMarker(int posState) throws IOException(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.