Searched refs:mFileCommentLength (Results 1 – 1 of 1) sorted by relevance
50 private int mFileCommentLength; field in CentralDirectoryInfo159 return mFileCommentLength; in getFileCommentLength()164 mFileCommentLength = fileCommentLength; in setFileCommentLength()169 return 46 + mFileNameLength + mExtraFieldLength + mFileCommentLength; in getInfoSize()235 mFileCommentLength = ByteArrayUtil.getInt(data, startOffset + 32, 2); in CentralDirectoryInfo()297 mFileCommentLength); in toString()